File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
val javaVersion = JavaLanguageVersion .of(21 )
2
2
3
3
plugins {
4
- kotlin(" jvm" ) version " 1.9.24 "
4
+ kotlin(" jvm" ) version " 2.0.20 "
5
5
`maven- publish`
6
6
`java- library`
7
7
id(" com.diffplug.spotless" ) version " 6.25.0"
@@ -46,11 +46,11 @@ subprojects {
46
46
}
47
47
48
48
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 " ))
50
50
51
51
testImplementation(" org.junit.jupiter:junit-jupiter" )
52
52
testImplementation(" org.assertj:assertj-core" )
53
- testImplementation(" io.mockk:mockk:1.13.11 " )
53
+ testImplementation(" io.mockk:mockk:1.13.13 " )
54
54
55
55
testImplementation(" ch.qos.logback:logback-core" )
56
56
testImplementation(" ch.qos.logback:logback-classic" )
Original file line number Diff line number Diff line change 1
- val tokenSupportVersion = " 4.1.7 "
1
+ val tokenSupportVersion = " 5.0.5 "
2
2
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 "
4
4
5
5
plugins {
6
- kotlin(" plugin.spring" ) version " 1.9.24 "
6
+ kotlin(" plugin.spring" ) version " 2.0.20 "
7
7
}
8
8
9
9
dependencies {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" plugin.spring" ) version " 1.9.24 "
2
+ kotlin(" plugin.spring" ) version " 2.0.20 "
3
3
}
4
4
5
5
dependencies {
Original file line number Diff line number Diff line change 1
- val tokenSupportVersion = " 4.1.7 "
1
+ val tokenSupportVersion = " 5.0.5 "
2
2
3
3
plugins {
4
- kotlin(" plugin.spring" ) version " 1.9.24 "
4
+ kotlin(" plugin.spring" ) version " 2.0.20 "
5
5
}
6
6
7
7
dependencies {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" plugin.spring" ) version " 1.9.24 "
2
+ kotlin(" plugin.spring" ) version " 2.0.20 "
3
3
}
4
4
5
5
dependencies {
6
6
implementation(" org.springframework.boot:spring-boot" )
7
7
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 " )
9
9
}
10
10
11
11
tasks.sourcesJar {
You can’t perform that action at this time.
0 commit comments