File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
router-openapi-request-validator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
11
11
12
12
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.7.1" )
13
13
testImplementation(" org.assertj:assertj-core:3.19.0" )
14
- testImplementation(" io.mockk:mockk:1.10.5 " )
14
+ testImplementation(" io.mockk:mockk:1.10.6 " )
15
15
testImplementation(" org.slf4j:slf4j-simple:1.7.30" )
16
16
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.7.1" )
23
23
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.23.1" )
24
24
testImplementation(" org.assertj:assertj-core:3.19.0" )
25
- testImplementation(" io.mockk:mockk:1.10.5 " )
25
+ testImplementation(" io.mockk:mockk:1.10.6 " )
26
26
testImplementation(" org.slf4j:slf4j-simple:1.7.30" )
27
27
testImplementation(" com.jayway.jsonpath:json-path:2.5.0" )
28
28
}
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ dependencies {
15
15
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.7.1" )
16
16
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.23.1" )
17
17
testImplementation(" org.assertj:assertj-core:3.19.0" )
18
- testImplementation(" io.mockk:mockk:1.10.5 " )
18
+ testImplementation(" io.mockk:mockk:1.10.6 " )
19
19
testImplementation(" ch.qos.logback:logback-classic:1.2.3" )
20
20
}
You can’t perform that action at this time.
0 commit comments