We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e55a9d commit d394828Copy full SHA for d394828
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.38.1'
+ implementation 'com.atlassian.oai:swagger-request-validator-core:2.39.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