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/12/03 13:09:54 UTC

svn commit: r1870754 - in /jackrabbit/oak/branches/1.6: ./ oak-parent/pom.xml

Author: reschke
Date: Tue Dec  3 13:09:53 2019
New Revision: 1870754

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

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

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

Modified: jackrabbit/oak/branches/1.6/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.6/oak-parent/pom.xml?rev=1870754&r1=1870753&r2=1870754&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.6/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.6/oak-parent/pom.xml Tue Dec  3 13:09:53 2019
@@ -593,7 +593,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>