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/10/24 11:21:26 UTC

svn commit: r1868869 - in /jackrabbit/oak/branches/1.10: ./ oak-parent/pom.xml

Author: reschke
Date: Thu Oct 24 11:21:26 2019
New Revision: 1868869

URL: http://svn.apache.org/viewvc?rev=1868869&view=rev
Log:
OAK-8550: Update commons-codec dependency to 1.13 (merged r1865292 into 1.10)

Modified:
    jackrabbit/oak/branches/1.10/   (props changed)
    jackrabbit/oak/branches/1.10/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.10/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1865292

Modified: jackrabbit/oak/branches/1.10/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.10/oak-parent/pom.xml?rev=1868869&r1=1868868&r2=1868869&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.10/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.10/oak-parent/pom.xml Thu Oct 24 11:21:26 2019
@@ -619,7 +619,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.12</version>
+        <version>1.13</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>