Skip to content

Commit

Permalink
Bump info.picocli:picocli-codegen from 4.6.3 to 4.7.6
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.6.
- [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.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent 4537b6f commit 2a2bac3
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.6'
testImplementation 'info.picocli:picocli:4.6.3'
testAnnotationProcessor 'info.picocli:picocli-codegen:4.6.3'
testAnnotationProcessor 'info.picocli:picocli-codegen:4.7.6'

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

0 comments on commit 2a2bac3

Please sign in to comment.