From 9c97cef4623c6895c95997bdd3b4c9b590f21975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:52:40 +0000 Subject: [PATCH] Bump com.atlassian.oai:swagger-request-validator-core Bumps [com.atlassian.oai:swagger-request-validator-core](https://bitbucket.org/atlassian/swagger-request-validator) from 2.36.0 to 2.37.0. - [Changelog](https://bitbucket.org/atlassian/swagger-request-validator/src/master/RELEASE-NOTES.md) - [Commits](https://bitbucket.org/atlassian/swagger-request-validator/branches/compare/swagger-request-validator-2.37.0..swagger-request-validator-2.36.0) --- updated-dependencies: - dependency-name: com.atlassian.oai:swagger-request-validator-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- openapi-validation-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi-validation-core/build.gradle b/openapi-validation-core/build.gradle index b7f03fbe..2a606888 100644 --- a/openapi-validation-core/build.gradle +++ b/openapi-validation-core/build.gradle @@ -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.36.0' + implementation 'com.atlassian.oai:swagger-request-validator-core:2.37.0' 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/'