We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7e6ef commit 6c22a6aCopy full SHA for 6c22a6a
openapi-validation-core/build.gradle
@@ -3,7 +3,7 @@ apply from: "${rootDir}/gradle/publish-module.gradle"
3
dependencies {
4
api project(':openapi-validation-api')
5
6
- implementation 'com.atlassian.oai:swagger-request-validator-core:2.35.2'
+ implementation 'com.atlassian.oai:swagger-request-validator-core:2.36.0'
7
constraints {
8
implementation('commons-codec:commons-codec:1.16.0') {
9
because 'Apache commons-codec before 1.13 is vulnerable to information exposure. See https://devhub.checkmarx.com/cve-details/Cxeb68d52e-5509/'
0 commit comments