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 363789ac0 TIKA-4239: update jackcess, sqlite, zstd
363789ac0 is described below
commit 363789ac0ac73cf121e4b0881278d5a04f26a815
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 6 15:23:49 2025 +0100
TIKA-4239: update jackcess, sqlite, zstd
---
tika-parent/pom.xml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 6edd37ace..39d6d9fdc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -352,6 +352,8 @@
<!-- jackrabbit 2.21.23 requires java 11 -->
<jackrabbit.version>2.21.22</jackrabbit.version>
<jackson.version>2.18.2</jackson.version>
+ <jackcess.version>4.0.8</jackcess.version>
+ <jackcess.encrypt.version>4.0.2</jackcess.encrypt.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<javax.jcr.version>2.0</javax.jcr.version>
<javax.rest.version>2.1.1</javax.rest.version>
@@ -408,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.1.0</sqlite.version>
+ <sqlite.version>3.47.2.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-->
@@ -422,7 +424,7 @@
<vorbis.version>0.8</vorbis.version>
<xerces.version>2.12.2</xerces.version>
<xmpcore.version>6.1.11</xmpcore.version>
- <zstd.version>1.5.6-8</zstd.version>
+ <zstd.version>1.5.6-9</zstd.version>
<kafka.version>3.9.0</kafka.version>
<snappy.java.version>1.1.10.7</snappy.java.version>
<!-- can't update to 1.4, these need jdk11 -->
@@ -618,12 +620,12 @@
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
- <version>4.0.7</version>
+ <version>${jackcess.version}</version>
</dependency>
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess-encrypt</artifactId>
- <version>4.0.2</version>
+ <version>${jackcess.encrypt.version}</version>
<exclusions>
<!-- to avoid maven-enforcer convergence error,
let's make this explicit -->