Skip to content

Commit

Permalink
TIKA-4166: update scala, byte-buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Sep 22, 2024
1 parent f36ffa6 commit 7f7b11b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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 @@ -52,15 +52,20 @@
<artifactId>scala-library</artifactId>
<version>2.12.19</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.13.14</version>
<version>2.13.15</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.13.14</version>
<version>2.13.15</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down

0 comments on commit 7f7b11b

Please sign in to comment.