Skip to content

Commit

Permalink
Bump info.picocli:picocli from 4.7.4 to 4.7.5
Browse files Browse the repository at this point in the history
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.4 to 4.7.5.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.4...v4.7.5)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 74709df commit d37cb13
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 @@ -23,7 +23,7 @@ java {
}

dependencies {
implementation("info.picocli:picocli:4.7.4")
implementation("info.picocli:picocli:4.7.5")

// Required for OpenAPI Generator
implementation("io.swagger:swagger-annotations:1.6.11")
Expand Down

0 comments on commit d37cb13

Please sign in to comment.