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 2019/06/03 09:39:45 UTC

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

Author: reschke
Date: Mon Jun  3 09:39:45 2019
New Revision: 1860548

URL: http://svn.apache.org/viewvc?rev=1860548&view=rev
Log:
OAK-8376: update commons-codec dependency to 1.12

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=1860548&r1=1860547&r2=1860548&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Jun  3 09:39:45 2019
@@ -633,7 +633,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.11</version>
+        <version>1.12</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>