Skip to content

Commit 9d660ad

Browse files
Bump the backend group with 5 updates (#37)
1 parent 05ec3f4 commit 9d660ad

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val javaVersion = JavaLanguageVersion.of(21)
22

33
plugins {
4-
kotlin("jvm") version "1.9.21"
4+
kotlin("jvm") version "1.9.22"
55
`maven-publish`
66
`java-library`
77
id("com.diffplug.spotless") version "6.23.3"
@@ -44,7 +44,7 @@ subprojects {
4444
}
4545

4646
dependencies {
47-
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.0"))
47+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.1"))
4848

4949
testImplementation("org.junit.jupiter:junit-jupiter")
5050
testImplementation("org.assertj:assertj-core")

http-client/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
val tokenSupportVersion = "3.2.0"
2-
val wiremockVersion = "2.35.0"
3-
val tilleggsstønaderKontrakterVersion = "2023.12.04-12.03.40d61264fa02"
2+
val wiremockVersion = "3.0.1"
3+
val tilleggsstønaderKontrakterVersion = "2023.12.18-10.13.7d6848ac9d82"
44

55
plugins {
6-
kotlin("plugin.spring") version "1.9.21"
6+
kotlin("plugin.spring") version "1.9.22"
77
}
88

99
dependencies {

log/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("plugin.spring") version "1.9.21"
2+
kotlin("plugin.spring") version "1.9.22"
33
}
44

55
dependencies {

sikkerhet/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val tokenSupportVersion = "3.2.0"
22

33
plugins {
4-
kotlin("plugin.spring") version "1.9.21"
4+
kotlin("plugin.spring") version "1.9.22"
55
}
66

77
dependencies {

0 commit comments

Comments
 (0)