You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/01/20 23:25:04 UTC

[any23] branch master updated: Bump jcommander from 1.81 to 1.82 (#251)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 5267e70  Bump jcommander from 1.81 to 1.82 (#251)
5267e70 is described below

commit 5267e709a54bda4617d0dee0db934e2325c8e353
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 20 15:24:57 2022 -0800

    Bump jcommander from 1.81 to 1.82 (#251)
    
    Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.81 to 1.82.
    - [Release notes](https://github.com/cbeust/jcommander/releases)
    - [Changelog](https://github.com/cbeust/jcommander/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/cbeust/jcommander/compare/1.81...1.82)
    
    ---
    updated-dependencies:
    - dependency-name: com.beust:jcommander
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4bbe064..a2b6b28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,7 +616,7 @@
       <dependency>
         <groupId>com.beust</groupId>
         <artifactId>jcommander</artifactId>
-        <version>1.81</version>
+        <version>1.82</version>
       </dependency>
 
       <!-- BEGIN: logger -->