You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/11/12 08:46:09 UTC

[jena] branch master updated: Bump jcommander from 1.72 to 1.78 (#859)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 563a7b7  Bump jcommander from 1.72 to 1.78 (#859)
563a7b7 is described below

commit 563a7b78dbe39b210839cbb4ccd1e3cc0635fce5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 12 08:46:01 2020 +0000

    Bump jcommander from 1.72 to 1.78 (#859)
    
    Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.72 to 1.78.
    - [Release notes](https://github.com/cbeust/jcommander/releases)
    - [Changelog](https://github.com/cbeust/jcommander/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/cbeust/jcommander/commits/1.78)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 jena-fuseki2/jena-fuseki-geosparql/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-fuseki2/jena-fuseki-geosparql/pom.xml b/jena-fuseki2/jena-fuseki-geosparql/pom.xml
index c7ee1f8..4c5d756 100644
--- a/jena-fuseki2/jena-fuseki-geosparql/pom.xml
+++ b/jena-fuseki2/jena-fuseki-geosparql/pom.xml
@@ -78,7 +78,7 @@
         <dependency>
             <groupId>com.beust</groupId>
             <artifactId>jcommander</artifactId>
-            <version>1.72</version>
+            <version>1.78</version>
         </dependency>
 
         <dependency>