We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cefbf4 commit 834a63eCopy full SHA for 834a63e
openapi-validation-core/build.gradle
@@ -5,7 +5,7 @@ dependencies {
5
6
implementation 'com.atlassian.oai:swagger-request-validator-core:2.35.1'
7
constraints {
8
- implementation('commons-codec:commons-codec:1.15') {
+ 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/'
10
}
11
// implementation('org.yaml:snakeyaml:1.33') {
0 commit comments