Skip to content

Commit 834a63e

Browse files
Bump commons-codec:commons-codec from 1.15 to 1.16.0 (#17)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.15...rel/commons-codec-1.16.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cefbf4 commit 834a63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-validation-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
implementation 'com.atlassian.oai:swagger-request-validator-core:2.35.1'
77
constraints {
8-
implementation('commons-codec:commons-codec:1.15') {
8+
implementation('commons-codec:commons-codec:1.16.0') {
99
because 'Apache commons-codec before 1.13 is vulnerable to information exposure. See https://devhub.checkmarx.com/cve-details/Cxeb68d52e-5509/'
1010
}
1111
// implementation('org.yaml:snakeyaml:1.33') {

0 commit comments

Comments
 (0)