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 405038a5a5 TIKA-4488: update maven-model, commons-logging, junit,
joda-time
405038a5a5 is described below
commit 405038a5a56ffc5436695bc4411ce05ce58decbf
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Mar 9 11:57:37 2026 +0100
TIKA-4488: update maven-model, commons-logging, junit, joda-time
---
tika-parent/pom.xml | 6 +++---
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5012ec1caa..16d875dc77 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -337,7 +337,7 @@
<commons.fileupload.version>1.6.0</commons.fileupload.version>
<commons.io.version>2.21.0</commons.io.version>
<commons.lang3.version>3.20.0</commons.lang3.version>
- <commons.logging.version>1.3.5</commons.logging.version>
+ <commons.logging.version>1.3.6</commons.logging.version>
<commons.math3.version>3.6.1</commons.math3.version>
<commons.net.version>3.12.0</commons.net.version>
<!-- can't update to 6, this requires jdk17 -->
@@ -389,7 +389,7 @@
<jsoup.version>1.22.1</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<!-- junit 6.x requires jdk 17 -->
- <junit5.version>5.14.2</junit5.version>
+ <junit5.version>5.14.3</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.8</junrar.version>
<jwarc.version>0.35.0</jwarc.version>
@@ -791,7 +791,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.14.0</version>
+ <version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
diff --git a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
index 3c16f33933..365d3ef559 100644
--- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
@@ -186,7 +186,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
- <version>3.9.12</version>
+ <version>3.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>