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 5862d85b42 TIKA-4456: update compiler plugin, azure, google cloud,
commons codec, zookeeper
5862d85b42 is described below
commit 5862d85b42d106283449afd346cd61026e01457c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Feb 3 11:59:00 2026 +0100
TIKA-4456: update compiler plugin, azure, google cloud, commons codec,
zookeeper
---
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 1b1e40255e..402f2f2e72 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -294,7 +294,7 @@
<maven.assembly.version>3.8.0</maven.assembly.version>
<!-- can't update to 6, needs jdk17 -->
<maven.bundle.version>5.1.9</maven.bundle.version>
- <maven.compiler.plugin.version>3.14.1</maven.compiler.plugin.version>
+ <maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version>
<maven.javadoc.version>3.12.0</maven.javadoc.version>
<maven.jar.version>3.5.0</maven.jar.version>
<maven.scr.version>1.26.4</maven.scr.version>
@@ -309,8 +309,8 @@
<rat.version>0.16.1</rat.version>
<!-- dependency versions -->
- <google.cloud.version>2.61.0</google.cloud.version>
- <azure.version>1.3.3</azure.version>
+ <google.cloud.version>2.62.1</google.cloud.version>
+ <azure.version>1.3.4</azure.version>
<aws.version>1.12.797</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
@@ -323,7 +323,7 @@
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
<commons.cli.version>1.11.0</commons.cli.version>
- <commons.codec.version>1.20.0</commons.codec.version>
+ <commons.codec.version>1.21.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>
@@ -434,7 +434,7 @@
<!-- h2 2.3 requires jdk11 -->
<h2.version>2.2.224</h2.version>
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't
fail on windows) -->
- <zookeeper.version>3.8.4</zookeeper.version>
+ <zookeeper.version>3.8.5</zookeeper.version>
</properties>
<dependencyManagement>