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 28fa0ae3a TIKA-4488: update commons codec, sqlite
28fa0ae3a is described below
commit 28fa0ae3a5f3728647395f04091add98c43d0bc9
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Nov 7 09:21:54 2025 +0100
TIKA-4488: update commons codec, 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 0225d684f..2c36f6970 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -332,7 +332,7 @@
<brotli.version>0.1.2</brotli.version>
<c3p0.version>0.11.2</c3p0.version>
<commons.cli.version>1.10.0</commons.cli.version>
- <commons.codec.version>1.19.0</commons.codec.version>
+ <commons.codec.version>1.20.0</commons.codec.version>
<commons.collections4.version>4.5.0</commons.collections4.version>
<commons.compress.version>1.28.0</commons.compress.version>
<commons.csv.version>1.14.1</commons.csv.version>
@@ -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.50.3.0</sqlite.version>
+ <sqlite.version>3.51.0.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>2.0.1</testcontainers.version>
<testcontainersv1.version>1.21.3</testcontainersv1.version>