File tree 4 files changed +7
-7
lines changed
router-openapi-request-validator
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
11
11
plugins {
12
12
java
13
- kotlin(" jvm" ) version " 2.1.0 "
13
+ kotlin(" jvm" ) version " 2.1.10 "
14
14
`maven- publish`
15
15
jacoco
16
16
id(" com.github.kt3k.coveralls" ) version " 2.12.2"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
api(project(" :router" ))
11
11
12
12
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4" )
13
- testImplementation(" org.assertj:assertj-core:3.27.2 " )
14
- testImplementation(" io.mockk:mockk:1.13.14 " )
13
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
14
+ testImplementation(" io.mockk:mockk:1.13.16 " )
15
15
testImplementation(" org.slf4j:slf4j-simple:2.0.16" )
16
16
}
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dependencies {
20
20
21
21
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4" )
22
22
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.28.1" )
23
- testImplementation(" org.assertj:assertj-core:3.27.2 " )
24
- testImplementation(" io.mockk:mockk:1.13.14 " )
23
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
24
+ testImplementation(" io.mockk:mockk:1.13.16 " )
25
25
testImplementation(" org.slf4j:slf4j-simple:2.0.16" )
26
26
testImplementation(" com.jayway.jsonpath:json-path:2.9.0" )
27
27
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.11.4" )
15
15
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.11.4" )
16
16
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.28.1" )
17
- testImplementation(" org.assertj:assertj-core:3.27.2 " )
18
- testImplementation(" io.mockk:mockk:1.13.14 " )
17
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
18
+ testImplementation(" io.mockk:mockk:1.13.16 " )
19
19
testImplementation(" ch.qos.logback:logback-classic:1.5.16" )
20
20
}
You can’t perform that action at this time.
0 commit comments