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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 926ebc533d OAK-11837: Update commons-csv version to 1.14.1 (#2423)
926ebc533d is described below

commit 926ebc533dd292939d20238042859317c3702999
Author: Mohit Kataria <[email protected]>
AuthorDate: Mon Aug 4 21:04:59 2025 +0530

    OAK-11837: Update commons-csv version to 1.14.1 (#2423)
---
 oak-it-osgi/src/test/resources/versions.properties | 2 +-
 oak-parent/pom.xml                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-it-osgi/src/test/resources/versions.properties 
b/oak-it-osgi/src/test/resources/versions.properties
index 0c4d539a52..4ba0765336 100644
--- a/oak-it-osgi/src/test/resources/versions.properties
+++ b/oak-it-osgi/src/test/resources/versions.properties
@@ -20,4 +20,4 @@ commons-collections4=4.4
 commons-compress=1.27.1
 commons-lang3=3.13.0
 commons-math3=3.6.1
-commons-csv=1.14.0
+commons-csv=1.14.1
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index ddd7479659..b94c8f1a2c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -604,7 +604,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.14.0</version>
+        <version>1.14.1</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>

Reply via email to