Skip to content

Commit

Permalink
Bump com.atlassian.oai:swagger-request-validator-core
Browse files Browse the repository at this point in the history
Bumps [com.atlassian.oai:swagger-request-validator-core](https://bitbucket.org/atlassian/swagger-request-validator) from 2.36.0 to 2.38.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.38.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 0c4e192 commit 224db8b
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.36.0'
implementation 'com.atlassian.oai:swagger-request-validator-core:2.38.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/'
Expand Down

0 comments on commit 224db8b

Please sign in to comment.