Skip to content

Commit

Permalink
TIKA-4239: update exec-maven-plugin, mavven-site-plugin, zstd, maven-…
Browse files Browse the repository at this point in the history
…plugin-annotations
  • Loading branch information
THausherr committed Oct 28, 2024
1 parent 312f497 commit 02b242c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
<maven.surefire.version>3.5.1</maven.surefire.version>
<maven.shade.version>3.6.0</maven.shade.version>
<maven.project.info.reports.version>3.8.0</maven.project.info.reports.version>
<maven.site.version>3.8.0</maven.site.version>
<maven.exec.version>3.5.0</maven.exec.version>
<!-- need above java 8 for 10.[0-2] -->
<puppycrawl.version>9.3</puppycrawl.version>
<rat.version>0.16.1</rat.version>
Expand Down Expand Up @@ -415,7 +417,7 @@
<vorbis.version>0.8</vorbis.version>
<xerces.version>2.12.2</xerces.version>
<xmpcore.version>6.1.11</xmpcore.version>
<zstd.version>1.5.6-6</zstd.version>
<zstd.version>1.5.6-7</zstd.version>
<kafka.version>3.8.0</kafka.version>
<!-- 4.2.0.Alpha4 tested successfully -->
<netty.version>4.1.114.Final</netty.version>
Expand Down Expand Up @@ -982,7 +984,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.15.0</version>
<version>3.15.1</version>
</dependency>
<!-- for zookeeper to avoid CVE-2023-6378 -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tika-server/tika-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>${maven.exec.version}</version>
<executions>
<execution>
<phase>test</phase>
Expand Down
2 changes: 1 addition & 1 deletion tika-translate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.20.0</version>
<version>${maven.site.version}</version>
</plugin>
</plugins>

Expand Down

0 comments on commit 02b242c

Please sign in to comment.