Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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 Nov 23, 2022
1 parent cee18db commit 5574072
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 @@ -42,7 +42,7 @@ jacocoTestReport {

dependencies {
implementation 'guru.nidi:graphviz-java-all-j2v8:0.17.0'
implementation 'info.picocli:picocli:4.6.3'
implementation 'info.picocli:picocli:4.7.0'
implementation 'org.slf4j:slf4j-nop:1.7.30'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
Expand Down

0 comments on commit 5574072

Please sign in to comment.