Skip to content

Commit

Permalink
Bump info.picocli:picocli-codegen from 4.7.5 to 4.7.6 (#394)
Browse files Browse the repository at this point in the history
Bumps [info.picocli:picocli-codegen](https://github.com/remkop/picocli) from 4.7.5 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.7.5...v4.7.6)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 4718216 commit 2e2e383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
compileOnly('org.projectlombok:lombok:1.18.32')

annotationProcessor('org.projectlombok:lombok:1.18.32')
annotationProcessor('info.picocli:picocli-codegen:4.7.5')
annotationProcessor('info.picocli:picocli-codegen:4.7.6')
annotationProcessor('com.github.therapi:therapi-runtime-javadoc-scribe:0.15.0')

def junitVersion = '5.10.2'
Expand Down
2 changes: 1 addition & 1 deletion generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation project(":shared")
implementation("commons-codec:commons-codec:1.16.1")

annotationProcessor("info.picocli:picocli-codegen:4.7.5")
annotationProcessor("info.picocli:picocli-codegen:4.7.6")
}

testlogger {
Expand Down

0 comments on commit 2e2e383

Please sign in to comment.