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:33:28 UTC

[jena] branch master updated: Bump commons-codec from 1.14 to 1.15 (#860)

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 070fd47  Bump commons-codec from 1.14 to 1.15 (#860)
070fd47 is described below

commit 070fd477acc52fb5fc8a7b5440ba0256694201c7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 12 08:33:22 2020 +0000

    Bump commons-codec from 1.14 to 1.15 (#860)
    
    Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.14 to 1.15.
    - [Release notes](https://github.com/apache/commons-codec/releases)
    - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/apache/commons-codec/compare/commons-codec-1.14...rel/commons-codec-1.15)
    
    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 f3952b9..b7b425f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
     <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>
+    <ver.commons-codec>1.15</ver.commons-codec>
     <ver.commons-compress>1.20</ver.commons-compress>
 
     <ver.dexxcollection>0.7</ver.dexxcollection>