This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new d3db7058c TIKA-4326: update pax-url-aether, sqlite
d3db7058c is described below
commit d3db7058cc93291b337dc3f3a8c16236d37bdc32
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Jan 19 10:47:19 2025 +0100
TIKA-4326: 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 c9d3bdc8c..db21b51ee 100644
--- a/tika-bundles/tika-bundle-standard/pom.xml
+++ b/tika-bundles/tika-bundle-standard/pom.xml
@@ -90,7 +90,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 98deaab32..57e99a318 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -436,7 +436,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>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>1.20.4</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->