Skip to content

Commit

Permalink
Bump io.swagger:swagger-annotations from 1.6.14 to 1.6.15
Browse files Browse the repository at this point in the history
Bumps io.swagger:swagger-annotations from 1.6.14 to 1.6.15.

---
updated-dependencies:
- dependency-name: io.swagger:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 25097ee commit 64dd648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("info.picocli:picocli:4.7.6")

// Required for OpenAPI Generator
implementation("io.swagger:swagger-annotations:1.6.14")
implementation("io.swagger:swagger-annotations:1.6.15")
implementation("javax.annotation:javax.annotation-api:1.3.2")
implementation("com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.18.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
Expand Down

0 comments on commit 64dd648

Please sign in to comment.