File tree 3 files changed +3
-3
lines changed
router-openapi-request-validator
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
api(" com.atlassian.oai:swagger-request-validator-core:2.39.0" )
10
10
api(project(" :router" ))
11
11
12
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.9 .1" )
12
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10 .1" )
13
13
testImplementation(" org.assertj:assertj-core:3.24.2" )
14
14
testImplementation(" io.mockk:mockk:1.13.3" )
15
15
testImplementation(" org.slf4j:slf4j-simple:2.0.9" )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation(" com.google.guava:guava:31.1-jre" )
20
20
api(project(" :router" ))
21
21
22
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.9 .1" )
22
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10 .1" )
23
23
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.25" )
24
24
testImplementation(" org.assertj:assertj-core:3.24.2" )
25
25
testImplementation(" io.mockk:mockk:1.13.3" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
api(" com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1" )
12
12
api(" com.google.guava:guava:31.1-jre" )
13
13
14
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.9 .1" )
14
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10 .1" )
15
15
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.1" )
16
16
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.25" )
17
17
testImplementation(" org.assertj:assertj-core:3.24.2" )
You can’t perform that action at this time.
0 commit comments