This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8a28100c47b Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 (#29192)
8a28100c47b is described below
commit 8a28100c47b15cf04ec76aba2e1d00fd760aeebd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 30 13:33:31 2023 -0400
Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 (#29192)
Bumps commons-cli:commons-cli from 1.5.0 to 1.6.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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
release/build.gradle.kts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release/build.gradle.kts b/release/build.gradle.kts
index abea131423a..abb34d8605a 100644
--- a/release/build.gradle.kts
+++ b/release/build.gradle.kts
@@ -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.5.0")
- permitUnusedDeclared("commons-cli:commons-cli:1.5.0") // BEAM-11761
+ implementation("commons-cli:commons-cli:1.6.0")
+ permitUnusedDeclared("commons-cli:commons-cli:1.6.0") // BEAM-11761
}
task("runJavaExamplesValidationTask") {