Skip to content

Commit

Permalink
Bump info.picocli:picocli from 4.7.5 to 4.7.6 (#456)
Browse files Browse the repository at this point in the history
Bumps [info.picocli:picocli](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2024
1 parent 5bae38c commit ea83844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ subprojects {
set("testContainersVersion", "1.19.1") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers
set("spotBugsVersion", "4.8.5") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("jacksonVersion", "2.17.0") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
set("picocliVersion", "4.7.5") // https://mvnrepository.com/artifact/info.picocli/picocli
set("picocliVersion", "4.7.6") // https://mvnrepository.com/artifact/info.picocli/picocli
set("log4jVersion", "2.23.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
set("slf4jVersion", "2.0.13") // https://mvnrepository.com/artifact/org.slf4j/slf4j-api

Expand Down

0 comments on commit ea83844

Please sign in to comment.