Skip to content

Commit

Permalink
Bump picocli from 4.7.0 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [picocli](https://github.com/remkop/picocli) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.0...v4.7.1)

---
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>
  • Loading branch information
dependabot[bot] committed Jan 30, 2023
1 parent 016a2cb commit 401464b
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 @@ -27,7 +27,7 @@ subprojects {
extra.apply {
set("creekVersion", "0.3.1-SNAPSHOT")
set("spotBugsVersion", "4.6.0") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("picoCliVersion", "4.7.0") // https://mvnrepository.com/artifact/info.picocli/picocli
set("picoCliVersion", "4.7.1") // https://mvnrepository.com/artifact/info.picocli/picocli
set("jacksonVersion", "2.14.1") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
set("jsonSchemaVersion", "1.0.39") // https://mvnrepository.com/artifact/com.kjetland/mbknor-jackson-jsonschema
set("classGraphVersion", "4.8.154") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph
Expand Down

0 comments on commit 401464b

Please sign in to comment.