Skip to content

Commit 47bbc2c

Browse files
Bump commons-cli:commons-cli from 1.2 to 1.10.0
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.2 to 1.10.0. - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-cli@cli-1.2...rel/commons-cli-1.10.0) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8559c4 commit 47bbc2c

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.2")
33-
permitUnusedDeclared("commons-cli:commons-cli:1.2") // BEAM-11761
32+
implementation("commons-cli:commons-cli:1.10.0")
33+
permitUnusedDeclared("commons-cli:commons-cli:1.10.0") // BEAM-11761
3434
}
3535

3636
task("runJavaExamplesValidationTask") {

0 commit comments

Comments
 (0)