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 7a1e0e6630 TIKA-4456: update log4j, kafka, protobuf, plexus, jwarc
7a1e0e6630 is described below
commit 7a1e0e66300b3d541fd2aef8f13be15358b9e696
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Apr 9 05:03:19 2026 +0200
TIKA-4456: update log4j, kafka, protobuf, plexus, jwarc
---
tika-parent/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 950a3e3ad7..0f8963027d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -373,7 +373,7 @@
<junit5.version>5.14.3</junit5.version>
<junrar.version>7.5.8</junrar.version>
<libpst.version>0.9.3</libpst.version>
- <log4j2.version>2.25.3</log4j2.version>
+ <log4j2.version>2.25.4</log4j2.version>
<!-- lucene >= 9.x requires Java 11 -->
<lucene.version>8.11.4</lucene.version>
<metadata.extractor.version>2.19.0</metadata.extractor.version>
@@ -425,7 +425,7 @@
<xmpcore.version>6.1.11</xmpcore.version>
<zstd.version>1.5.7-7</zstd.version>
<!-- 4.0.0 doesn't compile with jdk8 -->
- <kafka.version>3.9.1</kafka.version>
+ <kafka.version>3.9.2</kafka.version>
<snappy.java.version>1.1.10.8</snappy.java.version>
<!-- can't update to 1.4, these need jdk11 -->
<logback.version>1.3.16</logback.version>
@@ -592,7 +592,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.25.7</version>
+ <version>3.25.9</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
@@ -891,7 +891,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>4.0.2</version>
+ <version>4.0.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -933,7 +933,7 @@
<dependency>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
- <version>0.35.0</version>
+ <version>0.36.0</version>
</dependency>
<dependency>
<groupId>org.opengis</groupId>