Skip to content

Commit

Permalink
TIKA-4326: update byte-buddy, metrics-core, netty
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 20, 2025
1 parent d3db705 commit 147d9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
<mockito-junit-jupiter.version>5.15.2</mockito-junit-jupiter.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
<!-- 4.2.0.Alpha4 tested successfully -->
<netty.version>4.1.116.Final</netty.version>
<netty.version>4.1.117.Final</netty.version>
<oak.jackrabbit.version>1.74.0</oak.jackrabbit.version>
<openjson.version>1.0.13</openjson.version>
<!-- 2.3.0 requires jdk17 -->
Expand Down
4 changes: 2 additions & 2 deletions tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.11</version>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.29</version>
<version>4.2.30</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 147d9b1

Please sign in to comment.