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.40.0 to 2.42.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.42.0..swagger-request-validator-2.40.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 1, 2024
1 parent c600e15 commit 8a96ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router-openapi-request-validator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))

api("com.atlassian.oai:swagger-request-validator-core:2.40.0")
api("com.atlassian.oai:swagger-request-validator-core:2.42.0")
api(project(":router"))

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
Expand Down

0 comments on commit 8a96ac7

Please sign in to comment.