Skip to content

Commit 3557d17

Browse files
Bump info.picocli:picocli-codegen from 4.7.1 to 4.7.2
Bumps [info.picocli:picocli-codegen](https://github.com/remkop/picocli) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.1...v4.7.2) --- updated-dependencies: - dependency-name: info.picocli:picocli-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 976dc0c commit 3557d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/fetch-build-scan-data-cmdline-tool/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727

2828
implementation("com.google.guava:guava:31.1-jre")
2929
implementation("info.picocli:picocli:4.7.1")
30-
annotationProcessor("info.picocli:picocli-codegen:4.7.1")
30+
annotationProcessor("info.picocli:picocli-codegen:4.7.2")
3131
}
3232

3333
java {

0 commit comments

Comments
 (0)