File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
kotlin(" jvm" ) version " 2.1.20"
5
5
`maven- publish`
6
6
`java- library`
7
- id(" com.diffplug.spotless" ) version " 7.0.2 "
7
+ id(" com.diffplug.spotless" ) version " 7.0.3 "
8
8
id(" com.github.ben-manes.versions" ) version " 0.52.0"
9
9
id(" se.patrikerdes.use-latest-versions" ) version " 0.2.18"
10
10
id(" org.cyclonedx.bom" ) version " 2.2.0"
@@ -51,7 +51,7 @@ subprojects {
51
51
52
52
testImplementation(" org.junit.jupiter:junit-jupiter" )
53
53
testImplementation(" org.assertj:assertj-core" )
54
- testImplementation(" io.mockk:mockk:1.13.17 " )
54
+ testImplementation(" io.mockk:mockk:1.14.0 " )
55
55
56
56
testImplementation(" ch.qos.logback:logback-core" )
57
57
testImplementation(" ch.qos.logback:logback-classic" )
Original file line number Diff line number Diff line change 1
1
val tokenSupportVersion = " 5.0.24"
2
2
val wiremockVersion = " 3.0.1"
3
- val tilleggsstønaderKontrakterVersion = " 2025.04.04-11.57.4d5d45684538 "
3
+ val tilleggsstønaderKontrakterVersion = " 2025.04.10-12.36.bba001bf0307 "
4
4
5
5
plugins {
6
6
kotlin(" plugin.spring" ) version " 2.1.20"
Original file line number Diff line number Diff line change 1
1
rootProject.name = " tilleggsstonader-libs"
2
2
3
3
plugins {
4
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
4
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
5
5
}
6
6
7
7
include(" http-client" )
Original file line number Diff line number Diff line change 1
- val tilleggsstønaderKontrakterVersion = " 2025.04.04-11.57.4d5d45684538 "
1
+ val tilleggsstønaderKontrakterVersion = " 2025.04.10-12.36.bba001bf0307 "
2
2
3
3
dependencies {
4
4
implementation(" org.assertj:assertj-core" )
You can’t perform that action at this time.
0 commit comments