Skip to content

Commit

Permalink
Bump picocli from 4.6.1 to 4.6.2 (#3493)
Browse files Browse the repository at this point in the history
Bumps [picocli](https://github.com/remkop/picocli) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/master/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.6.1...v4.6.2)

---
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] authored Nov 8, 2021
1 parent b40d2d8 commit 91ea1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ subprojects {
JACKSON_DATAFORMAT_YAML: 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0',
JACKSON_DATATYPE_JSR310: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0',
ASM: 'org.ow2.asm:asm:9.2',
PICOCLI: 'info.picocli:picocli:4.6.1',
PICOCLI: 'info.picocli:picocli:4.6.2',

MAVEN_API: 'org.apache.maven:maven-plugin-api:3.8.3',
MAVEN_CORE: 'org.apache.maven:maven-core:3.8.3',
Expand Down

0 comments on commit 91ea1de

Please sign in to comment.