We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136c974 commit 9f56f20Copy full SHA for 9f56f20
router-openapi-request-validator/build.gradle.kts
@@ -6,7 +6,7 @@ dependencies {
6
implementation(kotlin("stdlib-jdk8"))
7
implementation(kotlin("reflect"))
8
9
- api("com.atlassian.oai:swagger-request-validator-core:2.26.2")
+ api("com.atlassian.oai:swagger-request-validator-core:2.27.1")
10
api(project(":router"))
11
12
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
0 commit comments