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

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 6bc7f2a22 TIKA-4239: update junit5, sqlite
6bc7f2a22 is described below

commit 6bc7f2a222c218d54fa628a0cf23d071f5b9c977
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Oct 24 10:22:03 2024 +0200

    TIKA-4239: update junit5, sqlite
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 61bba4e83..f52a81e4b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -365,7 +365,7 @@
     <jna.version>5.15.0</jna.version>
     <json.simple.version>1.1.1</json.simple.version>
     <junit4.version>4.13.2</junit4.version>
-    <junit5.version>5.11.2</junit5.version>
+    <junit5.version>5.11.3</junit5.version>
     <junrar.version>7.5.5</junrar.version>
     <libpst.version>0.9.3</libpst.version>
     <log4j2.version>2.24.1</log4j2.version>
@@ -401,7 +401,7 @@
     <!-- NOTE: Spring 6 requires jdk17  -->
     <!-- remove from ossindex when bumping from 5.3.39 -->
     <spring.version>5.3.39</spring.version>
-    <sqlite.version>3.46.1.3</sqlite.version>
+    <sqlite.version>3.47.0.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.20.3</test.containers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->

Reply via email to