Skip to content

Commit

Permalink
Bump info.picocli:picocli-codegen from 4.7.4 to 4.7.5
Browse files Browse the repository at this point in the history
Bumps [info.picocli:picocli-codegen](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-codegen
  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 4f7c369 commit fc2fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// https://mvnrepository.com/artifact/info.picocli/picocli
implementation 'info.picocli:picocli:4.7.4'
// https://mvnrepository.com/artifact/info.picocli/picocli-codegen
annotationProcessor 'info.picocli:picocli-codegen:4.7.4'
annotationProcessor 'info.picocli:picocli-codegen:4.7.5'
// https://mvnrepository.com/artifact/org.jdom/jdom2
implementation 'org.jdom:jdom2:2.0.6.1'
// https://mvnrepository.com/artifact/org.jfree/jfreechart
Expand Down

0 comments on commit fc2fb98

Please sign in to comment.