Skip to content

Commit

Permalink
Update swagger-request-validator-core to 2.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pboos authored Jul 17, 2023
1 parent d6480e2 commit 80b2859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi-validation-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: "${rootDir}/gradle/publish-module.gradle"
dependencies {
api project(':openapi-validation-api')

implementation 'com.atlassian.oai:swagger-request-validator-core:2.35.1'
implementation 'com.atlassian.oai:swagger-request-validator-core:2.35.2'
constraints {
implementation('commons-codec:commons-codec:1.16.0') {
because 'Apache commons-codec before 1.13 is vulnerable to information exposure. See https://devhub.checkmarx.com/cve-details/Cxeb68d52e-5509/'
Expand Down

0 comments on commit 80b2859

Please sign in to comment.