Skip to content

Commit

Permalink
TIKA-4239: update scala-reflect, maven-plugin-annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed May 6, 2024
1 parent 6d7b545 commit 4ef2bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>
<!-- for zookeeper to avoid CVE-2023-6378 -->
<dependency>
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 @@ -55,7 +55,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.13.13</version>
<version>2.13.14</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down

0 comments on commit 4ef2bf1

Please sign in to comment.