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 2020/04/24 16:20:27 UTC

svn commit: r1876935 - in /jackrabbit/oak/branches/1.8: ./ oak-parent/pom.xml

Author: reschke
Date: Fri Apr 24 16:20:27 2020
New Revision: 1876935

URL: http://svn.apache.org/viewvc?rev=1876935&view=rev
Log:
OAK-8842: Update commons-codec dependency to 1.14 (merged r1872534 into 1.8)

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

Propchange: jackrabbit/oak/branches/1.8/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1872534

Modified: jackrabbit/oak/branches/1.8/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/oak-parent/pom.xml?rev=1876935&r1=1876934&r2=1876935&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.8/oak-parent/pom.xml Fri Apr 24 16:20:27 2020
@@ -625,7 +625,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.13</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>