Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.6.0 to 1.8.0 (#31387)
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.6.0 to 1.8.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 14, 2024
1 parent 7fb8563 commit 09bb197
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.8.0")
permitUnusedDeclared("commons-cli:commons-cli:1.8.0") // BEAM-11761
}

task("runJavaExamplesValidationTask") {
Expand Down

0 comments on commit 09bb197

Please sign in to comment.