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/11 19:04:23 UTC

[jena] branch master updated: Bump commons-lang3 from 3.10 to 3.11 (#832)

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 44a3455  Bump commons-lang3 from 3.10 to 3.11 (#832)
44a3455 is described below

commit 44a3455640126c083d7da2ade8bc52b69607c940
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 11 19:04:17 2020 +0000

    Bump commons-lang3 from 3.10 to 3.11 (#832)
    
    Bumps commons-lang3 from 3.10 to 3.11.
    
    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 4cc240e..8d4622d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
 
     <ver.commonsio>2.6</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>
-    <ver.commonslang3>3.10</ver.commonslang3>
+    <ver.commonslang3>3.11</ver.commonslang3>
     <ver.commonsrdf>0.5.0</ver.commonsrdf>
     <ver.commonscsv>1.8</ver.commonscsv>
     <ver.commons-codec>1.14</ver.commons-codec>