File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
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.21 "
4
+ kotlin(" jvm" ) version " 1.9.22 "
5
5
`maven- publish`
6
6
`java- library`
7
7
id(" com.diffplug.spotless" ) version " 6.23.3"
@@ -44,7 +44,7 @@ subprojects {
44
44
}
45
45
46
46
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 " ))
48
48
49
49
testImplementation(" org.junit.jupiter:junit-jupiter" )
50
50
testImplementation(" org.assertj:assertj-core" )
Original file line number Diff line number Diff line change 1
1
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 "
4
4
5
5
plugins {
6
- kotlin(" plugin.spring" ) version " 1.9.21 "
6
+ kotlin(" plugin.spring" ) version " 1.9.22 "
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.21 "
2
+ kotlin(" plugin.spring" ) version " 1.9.22 "
3
3
}
4
4
5
5
dependencies {
Original file line number Diff line number Diff line change 1
1
val tokenSupportVersion = " 3.2.0"
2
2
3
3
plugins {
4
- kotlin(" plugin.spring" ) version " 1.9.21 "
4
+ kotlin(" plugin.spring" ) version " 1.9.22 "
5
5
}
6
6
7
7
dependencies {
You can’t perform that action at this time.
0 commit comments