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 312f497e2 TIKA-4239: update zookeeper, checkstyle, google cloud
312f497e2 is described below

commit 312f497e23dab38f71269baf199276801ed0fe57
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 28 05:29:04 2024 +0100

    TIKA-4239: update zookeeper, checkstyle, google cloud
---
 tika-parent/pom.xml                                      | 8 ++++----
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f52a81e4b..f0aa6cb39 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -287,7 +287,7 @@
     
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <project.build.outputTimestamp>1711465721</project.build.outputTimestamp>
     <!-- plugin versions -->
-    <checkstyle.plugin.version>3.5.0</checkstyle.plugin.version>
+    <checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
     <forbiddenapis.version>3.8</forbiddenapis.version>
     <groovy.maven.version>2.1.1</groovy.maven.version>
     <maven.antrun.version>3.1.0</maven.antrun.version>
@@ -306,7 +306,7 @@
     <rat.version>0.16.1</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.44.0</google.cloud.version>
+    <google.cloud.version>2.44.1</google.cloud.version>
     <aws.version>1.12.777</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in 
org.apache.tika.parser.asm.XHTMLClassVisitor
@@ -425,6 +425,7 @@
     <javacpp.version>1.5.10</javacpp.version>
     <!-- h2 2.3 requires jdk11 -->
     <h2.version>2.2.224</h2.version>
+    <zookeeper.version>3.9.3</zookeeper.version>
   </properties>
 
   <dependencyManagement>
@@ -489,8 +490,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <!-- This has to be < 3.9 to work with Solr 8's integration tests -->
-        <version>3.8.4</version>
+        <version>${zookeeper.version}</version>
       </dependency>
       <dependency>
         <groupId>com.amazonaws</groupId>
diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index 6a77f2975..4a86c4cf4 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -103,7 +103,7 @@
       <dependency>
           <groupId>org.apache.zookeeper</groupId>
           <artifactId>zookeeper</artifactId>
-          <version>3.9.2</version>
+          <version>${zookeeper.version}</version>
           <exclusions>
               <exclusion>
                   <groupId>io.netty</groupId>

Reply via email to