Skip to content

Commit

Permalink
TIKA-4326: update byte-buddy, commons-text, log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Dec 16, 2024
1 parent 8324f0b commit 45299bd
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 @@ -396,7 +396,7 @@
<jwarc.version>0.31.1</jwarc.version>
<kafka.version>3.9.0</kafka.version>
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.24.2</log4j2.version>
<log4j2.version>2.24.3</log4j2.version>
<!-- can't update to 10, needs jdk21 -->
<lucene.version>9.12.0</lucene.version>
<maven.plugin.annotations.version>3.15.1</maven.plugin.annotations.version>
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 @@ -69,7 +69,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.10</version>
<version>1.15.11</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
Expand Down

0 comments on commit 45299bd

Please sign in to comment.