Skip to content

Commit

Permalink
Bump info.picocli:picocli-codegen from 4.6.3 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.6.3 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.6.3...v4.7.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 26a8e51 commit 38a8534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdxu-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ dependencies {


implementation 'info.picocli:picocli:4.6.3'
annotationProcessor 'info.picocli:picocli-codegen:4.6.3'
annotationProcessor 'info.picocli:picocli-codegen:4.7.5'
testImplementation 'info.picocli:picocli:4.6.3'
testAnnotationProcessor 'info.picocli:picocli-codegen:4.6.3'
testAnnotationProcessor 'info.picocli:picocli-codegen:4.7.5'

compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
Expand Down

0 comments on commit 38a8534

Please sign in to comment.