This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 639cad34b TIKA-4327: update junit5, compiler plugin, azure core
639cad34b is described below

commit 639cad34bc07c735ee3cf0d8a659c932de91fec0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Feb 23 17:21:31 2025 +0100

    TIKA-4327: update junit5, compiler plugin, azure core
---
 tika-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b9cd2b694..df607108c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -294,7 +294,7 @@
     <maven.antrun.version>3.1.0</maven.antrun.version>
     <maven.assembly.version>3.7.1</maven.assembly.version>
     <maven.bundle.version>6.0.0</maven.bundle.version>
-    <maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
+    <maven.compiler.plugin.version>3.14.0</maven.compiler.plugin.version>
     <maven.failsafe.version>3.5.2</maven.failsafe.version>
     <maven.surefire.version>3.5.2</maven.surefire.version>
     <maven.javadoc.version>3.11.2</maven.javadoc.version>
@@ -315,8 +315,8 @@
         See TIKA-2992.
     -->
     <asm.version>9.7.1</asm.version>
-    <azure.core.version>1.55.1</azure.core.version>
-    <azure.core.http.netty.version>1.15.9</azure.core.http.netty.version>
+    <azure.core.version>1.55.2</azure.core.version>
+    <azure.core.http.netty.version>1.15.10</azure.core.http.netty.version>
     <azure.storage.blob.version>12.29.0</azure.storage.blob.version>
     <azure.storage.common>12.28.0</azure.storage.common>
     <azure-identity.version>1.15.2</azure-identity.version>
@@ -395,7 +395,7 @@
     <jsoup.version>1.18.3</jsoup.version>
     <jsr305.version>3.0.2</jsr305.version>
     <junit4.version>4.13.2</junit4.version>
-    <junit5.version>5.12.0-RC2</junit5.version>
+    <junit5.version>5.12.0</junit5.version>
     <juniversalchardet.version>2.5.0</juniversalchardet.version>
     <junrar.version>7.5.5</junrar.version>
     <jwarc.version>0.31.1</jwarc.version>

Reply via email to