Skip to content

Commit

Permalink
TIKA-4326: update byte-buddy, maven-exec-plugin, maven-site-plugin, l…
Browse files Browse the repository at this point in the history
…ogback, maven-plugin-annotations, zstd
  • Loading branch information
THausherr committed Oct 28, 2024
1 parent d9541e2 commit 939b06d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tika-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>${maven.exec.version}</version>
<executions>
<execution>
<goals>
Expand Down
8 changes: 5 additions & 3 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.24.1</log4j2.version>
<lucene.version>9.12.0</lucene.version>
<maven.plugin.annotations.version>3.15.0</maven.plugin.annotations.version>
<maven.plugin.annotations.version>3.15.1</maven.plugin.annotations.version>
<mchange.version>0.3.1</mchange.version>
<metadata.extractor.version>2.19.0</metadata.extractor.version>
<microsoft.translator.version>0.6.2</microsoft.translator.version>
Expand Down Expand Up @@ -448,10 +448,12 @@
<woodstox.core.version>7.1.0</woodstox.core.version>
<xmpcore.version>6.1.11</xmpcore.version>
<zookeeper.version>3.9.3</zookeeper.version>
<logback.version>1.5.11</logback.version>
<zstd.version>1.5.6-6</zstd.version>
<logback.version>1.5.12</logback.version>
<zstd.version>1.5.6-7</zstd.version>
<nimbus-jose-jwt.version>9.41.2</nimbus-jose-jwt.version>
<javacpp.version>1.5.10</javacpp.version>
<maven.site.version>3.8.0</maven.site.version>
<maven.exec.version>3.5.0</maven.exec.version>
</properties>

<dependencyManagement>
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 @@ -69,7 +69,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.5</version>
<version>1.15.7</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tika-translate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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 939b06d

Please sign in to comment.