Skip to content

Commit 9effeb9

Browse files
committed
Oppdaterer dependencies - Kotlin 2.0.20
1 parent 47137e3 commit 9effeb9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

build.gradle.kts

+3-3
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.24"
4+
kotlin("jvm") version "2.0.20"
55
`maven-publish`
66
`java-library`
77
id("com.diffplug.spotless") version "6.25.0"
@@ -46,11 +46,11 @@ subprojects {
4646
}
4747

4848
dependencies {
49-
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.0"))
49+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.4"))
5050

5151
testImplementation("org.junit.jupiter:junit-jupiter")
5252
testImplementation("org.assertj:assertj-core")
53-
testImplementation("io.mockk:mockk:1.13.11")
53+
testImplementation("io.mockk:mockk:1.13.13")
5454

5555
testImplementation("ch.qos.logback:logback-core")
5656
testImplementation("ch.qos.logback:logback-classic")

http-client/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
val tokenSupportVersion = "4.1.7"
1+
val tokenSupportVersion = "5.0.5"
22
val wiremockVersion = "3.0.1"
3-
val tilleggsstønaderKontrakterVersion = "2024.05.27-10.49.07f6d5037b2d"
3+
val tilleggsstønaderKontrakterVersion = "2024.10.23-11.11.2c32dd0d96d6"
44

55
plugins {
6-
kotlin("plugin.spring") version "1.9.24"
6+
kotlin("plugin.spring") version "2.0.20"
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.24"
2+
kotlin("plugin.spring") version "2.0.20"
33
}
44

55
dependencies {

sikkerhet/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
val tokenSupportVersion = "4.1.7"
1+
val tokenSupportVersion = "5.0.5"
22

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

77
dependencies {

unleash/build.gradle.kts

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

55
dependencies {
66
implementation("org.springframework.boot:spring-boot")
77
implementation("org.springframework.boot:spring-boot-autoconfigure")
8-
api("io.getunleash:unleash-client-java:9.2.2")
8+
api("io.getunleash:unleash-client-java:9.2.4")
99
}
1010

1111
tasks.sourcesJar {

0 commit comments

Comments
 (0)