You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/24 08:45:52 UTC

[avro] branch branch-1.11 updated: Bump commons-cli from 1.4 to 1.5.0 in /lang/java (#1470)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 4b60d81  Bump commons-cli from 1.4 to 1.5.0 in /lang/java (#1470)
4b60d81 is described below

commit 4b60d817a072b4fd6be096603828d2a0167c757b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 24 10:44:59 2022 +0200

    Bump commons-cli from 1.4 to 1.5.0 in /lang/java (#1470)
    
    Bumps commons-cli from 1.4 to 1.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-cli:commons-cli
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit bdb7fadefe7c49488bfd38765c8eafc8b2d9b008)
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index c34bfe1..bacd47a 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -52,7 +52,7 @@
     <velocity.version>2.3</velocity.version>
     <maven-core.version>3.3.9</maven-core.version>
     <ant.version>1.10.12</ant.version>
-    <commons-cli.version>1.4</commons-cli.version>
+    <commons-cli.version>1.5.0</commons-cli.version>
     <commons-compress.version>1.21</commons-compress.version>
     <commons-lang.version>3.12.0</commons-lang.version>
     <tukaani.version>1.9</tukaani.version>