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/04/17 09:26:27 UTC

[jena] branch master updated: JENA-1883: Update Apache Commons lang3 dependency

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 fd720ce  JENA-1883: Update Apache Commons lang3 dependency
     new ccdc025  Merge pull request #728 from afs/jena1883-commons-lang
fd720ce is described below

commit fd720ce5c3860ef2653f429017e7d06880c7cae3
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu Apr 16 20:45:56 2020 +0100

    JENA-1883: Update Apache Commons lang3 dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e2e28bb..6676ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
 
     <ver.commonsio>2.6</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>
-    <ver.commonslang3>3.9</ver.commonslang3>
+    <ver.commonslang3>3.10</ver.commonslang3>
     <ver.commonsrdf>0.5.0</ver.commonsrdf>
     <ver.commonscsv>1.8</ver.commonscsv>
     <ver.commons-codec>1.14</ver.commons-codec>