This is an automated email from the ASF dual-hosted git repository.

jrmccluskey 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 af42a1c4e72 Bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#36802)
af42a1c4e72 is described below

commit af42a1c4e72304435df09e3c2f80fde05a54694f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 13:20:01 2025 -0500

    Bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#36802)
    
    Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 
1.9.0 to 1.11.0.
    - 
[Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
    - 
[Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: commons-cli:commons-cli
      dependency-version: 1.11.0
      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 b97e7592cae..b3438ee79cd 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.9.0")
-  permitUnusedDeclared("commons-cli:commons-cli:1.9.0") // BEAM-11761
+  implementation("commons-cli:commons-cli:1.11.0")
+  permitUnusedDeclared("commons-cli:commons-cli:1.11.0") // BEAM-11761
 }
 
 task("runJavaExamplesValidationTask") {

Reply via email to