You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2018/04/19 12:59:03 UTC

svn commit: r1829534 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Thu Apr 19 12:59:03 2018
New Revision: 1829534

URL: http://svn.apache.org/viewvc?rev=1829534&view=rev
Log:
OAK-7160: Update commons-codec dependency to 1.11

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1829534&r1=1829533&r2=1829534&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Apr 19 12:59:03 2018
@@ -604,7 +604,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.5</version>
+        <version>1.11</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>