Skip to content

Commit af42a1c

Browse files
Bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#36802)
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.9.0 to 1.11.0. - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-cli@rel/commons-cli-1.9.0...rel/commons-cli-1.11.0) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e22f332 commit af42a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ val library = project.extensions.extraProperties["library"] as Map<String, Map<S
2929

3030
dependencies {
3131
implementation(library.getValue("groovy").getValue("groovy_all"))
32-
implementation("commons-cli:commons-cli:1.9.0")
33-
permitUnusedDeclared("commons-cli:commons-cli:1.9.0") // BEAM-11761
32+
implementation("commons-cli:commons-cli:1.11.0")
33+
permitUnusedDeclared("commons-cli:commons-cli:1.11.0") // BEAM-11761
3434
}
3535

3636
task("runJavaExamplesValidationTask") {

0 commit comments

Comments
 (0)