Skip to content

Commit

Permalink
Bump the backend group with 5 updates (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 40769d6 commit f306186
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val javaVersion = JavaLanguageVersion.of(21)

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
`maven-publish`
`java-library`
id("com.diffplug.spotless") version "6.25.0"
Expand Down Expand Up @@ -44,11 +44,11 @@ subprojects {
}

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.3"))

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core")
testImplementation("io.mockk:mockk:1.13.9")
testImplementation("io.mockk:mockk:1.13.10")

testImplementation("ch.qos.logback:logback-core")
testImplementation("ch.qos.logback:logback-classic")
Expand Down
4 changes: 2 additions & 2 deletions http-client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
val tokenSupportVersion = "4.1.3"
val wiremockVersion = "3.0.1"
val tilleggsstønaderKontrakterVersion = "2024.02.07-10.15.07cb3f3164e4"
val tilleggsstønaderKontrakterVersion = "2024.03.06-10.19.0da6ee41ebad"

plugins {
kotlin("plugin.spring") version "1.9.22"
kotlin("plugin.spring") version "1.9.23"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion log/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("plugin.spring") version "1.9.22"
kotlin("plugin.spring") version "1.9.23"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion sikkerhet/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val tokenSupportVersion = "4.1.3"

plugins {
kotlin("plugin.spring") version "1.9.22"
kotlin("plugin.spring") version "1.9.23"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion unleash/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("plugin.spring") version "1.9.22"
kotlin("plugin.spring") version "1.9.23"
}

dependencies {
Expand Down

0 comments on commit f306186

Please sign in to comment.