Skip to content

Commit

Permalink
TIKA-4166: update aws, google cloud, threeten exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Apr 20, 2024
1 parent 74a080d commit 346611b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,14 @@
<scm.version>2.1.0</scm.version>

<!-- dependency versions -->
<asm.version>9.7</asm.version>
<aws.version>1.12.699</aws.version>
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.37.0</google.cloud.version>
<aws.version>1.12.705</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
-->
<asm.version>9.7</asm.version>
<azure.core.version>1.48.0</azure.core.version>
<azure.core.http.netty.version>1.14.2</azure.core.http.netty.version>
<azure.storage.blob.version>12.25.3</azure.storage.blob.version>
Expand Down Expand Up @@ -344,7 +346,6 @@
<felix.scr.version>1.12.0</felix.scr.version>
<freemarker.version>2.3.32</freemarker.version>
<geoapi.version>3.0.2</geoapi.version>
<google.cloud.version>2.36.1</google.cloud.version>
<gson.version>2.10.1</gson.version>
<guava.version>33.1.0-jre</guava.version>
<h2.version>2.2.224</h2.version>
Expand Down Expand Up @@ -1114,11 +1115,11 @@
<artifactId>threetenbp</artifactId>
<version>1.3.3</version>
</coordinate>
<!-- brought in by gcs fetcher -->
<!-- brought in by gcs (google-cloud-storage) fetcher -->
<coordinate>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.6.8</version>
<version>1.6.9</version>
</coordinate>
<coordinate>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit 346611b

Please sign in to comment.