Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#32350)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Sep 5, 2024
1 parent 6969780 commit 3b4ecd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ val library = project.extensions.extraProperties["library"] as Map<String, Map<S

dependencies {
implementation(library.getValue("groovy").getValue("groovy_all"))
implementation("commons-cli:commons-cli:1.8.0")
permitUnusedDeclared("commons-cli:commons-cli:1.8.0") // BEAM-11761
implementation("commons-cli:commons-cli:1.9.0")
permitUnusedDeclared("commons-cli:commons-cli:1.9.0") // BEAM-11761
}

task("runJavaExamplesValidationTask") {
Expand Down

0 comments on commit 3b4ecd7

Please sign in to comment.