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 67609fc38 TIKA-4239: update pax-url-aether, sqlite
67609fc38 is described below
commit 67609fc3854f908883e2db79c14729686819e61a
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jan 19 10:45:33 2025 +0100
TIKA-4239: update pax-url-aether, sqlite
---
tika-bundles/tika-bundle-standard/pom.xml | 2 +-
tika-parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-bundles/tika-bundle-standard/pom.xml
b/tika-bundles/tika-bundle-standard/pom.xml
index c67894c9e..e1bf82f87 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
- <version>2.6.15</version>
+ <version>2.6.16</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d9922586b..157749acc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -410,7 +410,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.47.2.0</sqlite.version>
+ <sqlite.version>3.48.0.0</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
<test.containers.version>1.20.4</test.containers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->