We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e9326 commit c600e15Copy full SHA for c600e15
router-openapi-request-validator/build.gradle.kts
@@ -9,7 +9,7 @@ dependencies {
9
api("com.atlassian.oai:swagger-request-validator-core:2.40.0")
10
api(project(":router"))
11
12
- testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
13
testImplementation("org.assertj:assertj-core:3.26.0")
14
testImplementation("io.mockk:mockk:1.13.11")
15
testImplementation("org.slf4j:slf4j-simple:2.0.13")
0 commit comments