File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
router-openapi-request-validator Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ dependencies {
6
6
implementation(kotlin(" stdlib" ))
7
7
implementation(kotlin(" reflect" ))
8
8
9
- api(" com.atlassian.oai:swagger-request-validator-core:2.44.1 " )
9
+ api(" com.atlassian.oai:swagger-request-validator-core:2.44.8 " )
10
10
api(project(" :router" ))
11
11
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 " )
15
- testImplementation(" org.slf4j:slf4j-simple:2.0.16 " )
12
+ testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.13.0 " )
13
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
14
+ testImplementation(" io.mockk:mockk:1.14.2 " )
15
+ testImplementation(" org.slf4j:slf4j-simple:2.0.17 " )
16
16
}
You can’t perform that action at this time.
0 commit comments