This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new c57241d280 OAK-10160: Update commons-codec dependency to 1.15
c57241d280 is described below

commit c57241d2806c336f1492510c1656121a89f794dc
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Mar 27 11:28:24 2023 +0100

    OAK-10160: Update commons-codec dependency to 1.15
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index b94db50a43..9c6fda56e3 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -609,7 +609,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.14</version>
+        <version>1.15</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to