Skip to content

Commit

Permalink
TIKA-4327: update google cloud, junit5, joda-time
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Feb 4, 2025
1 parent baffe3f commit be5003c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@

<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.48.0</google.cloud.version>
<google.cloud.version>2.48.1</google.cloud.version>
<aws.version>1.12.780</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
Expand Down Expand Up @@ -394,7 +394,7 @@
<jsoup.version>1.18.3</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.11.4</junit5.version>
<junit5.version>5.12.0-M1</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.31.1</jwarc.version>
Expand Down Expand Up @@ -789,7 +789,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit be5003c

Please sign in to comment.