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.30.0" )
10
10
api(project(" :router" ))
11
11
12
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.8.2 " )
12
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.9.0 " )
13
13
testImplementation(" org.assertj:assertj-core:3.23.1" )
14
14
testImplementation(" io.mockk:mockk:1.12.8" )
15
15
testImplementation(" org.slf4j:slf4j-simple:2.0.1" )
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.8.2 " )
22
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.9.0 " )
23
23
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.25" )
24
24
testImplementation(" org.assertj:assertj-core:3.23.1" )
25
25
testImplementation(" io.mockk:mockk:1.12.8" )
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.13.4" )
12
12
api(" com.google.guava:guava:31.1-jre" )
13
13
14
- testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.8.2 " )
14
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.9.0 " )
15
15
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.0" )
16
16
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.25" )
17
17
testImplementation(" org.assertj:assertj-core:3.23.1" )
You can’t perform that action at this time.
0 commit comments