Skip to content

Commit

Permalink
fix(deps): bump picocli.version from 4.7.4 to 4.7.5
Browse files Browse the repository at this point in the history
Bumps `picocli.version` from 4.7.4 to 4.7.5.

Updates `info.picocli: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)

Updates `info.picocli:picocli-codegen` 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
- dependency-name: info.picocli:picocli-codegen
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 504a1c5 commit 98aed98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- don't upgrade to 22.1.0.1 which breaks Windows builds https://github.com/oracle/graal/issues/4340 -->
<graalvm.version>21.3.3.1</graalvm.version>
<!-- https://central.sonatype.com/artifact/info.picocli/picocli -->
<picocli.version>4.7.4</picocli.version>
<picocli.version>4.7.5</picocli.version>
<!-- https://central.sonatype.com/artifact/com.guardsquare/proguard-core -->
<proguard.version>9.0.10</proguard.version>

Expand Down

0 comments on commit 98aed98

Please sign in to comment.