Skip to content

Commit

Permalink
TIKA-4239: update zookeeper, checkstyle, google cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Oct 28, 2024
1 parent c0f1a8b commit 312f497
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 312f497

Please sign in to comment.