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 2024/03/26 10:22:11 UTC

(jackrabbit-oak) branch OAK-10722 created (now ec19da5eac)

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

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


      at ec19da5eac OAK-10722: Update commons-codec dependency to 1.16.1

This branch includes the following new commits:

     new ec19da5eac OAK-10722: Update commons-codec dependency to 1.16.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(jackrabbit-oak) 01/01: OAK-10722: Update commons-codec dependency to 1.16.1

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ec19da5eacd338d28fffee297ef21996b5769334
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Mar 26 11:21:57 2024 +0100

    OAK-10722: Update commons-codec dependency to 1.16.1
---
 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 9904e640be..5c6b7982fc 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -634,7 +634,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.16.0</version>
+        <version>1.16.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>