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

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

commit f08af7541d4f957103171e02aa4338a534860a6b
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Sep 29 04:54:12 2025 +0100

    OAK-11961: Update commons-fileupload in oak-solr-*
---
 oak-solr-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-solr-core/pom.xml b/oak-solr-core/pom.xml
index 42b8c83b71..2b03c57e02 100644
--- a/oak-solr-core/pom.xml
+++ b/oak-solr-core/pom.xml
@@ -263,7 +263,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.5</version>
+            <version>1.6.0</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to