8000 Bump info.picocli:picocli from 4.7.5 to 4.7.7 by dependabot[bot] · Pull Request #700 · airsquared/blobsaver · GitHub
[go: up one dir, main page]

Skip to content

Bump info.picocli:picocli from 4.7.5 to 4.7.7 #700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump info.picocli:picocli from 4.7.5 to 4.7.7
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.5 to 4.7.7.
- [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.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2025
commit 7130ffa77860d3f6afe438e2fd337bb5eadf7a1d
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
}
implementation 'net.java.dev.jna:jna-jpms:5.14.0'
implementation 'org.apache.commons:commons-compress:1.26.0'
implementation 'info.picocli:picocli:4.7.5'
implementation 'info.picocli:picocli:4.7.7'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Expand Down
Loading
0