Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.6.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.6.0 to 1.9.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent e8e0ccf commit 6025b72
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.6.0")
permitUnusedDeclared("commons-cli:commons-cli:1.6.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 6025b72

Please sign in to comment.