Skip to content

Commit

Permalink
TIKA-4239: update scala-reflect, google-cloud, commons-io, azure-stor…
Browse files Browse the repository at this point in the history
…age-blob, protobuf
  • Loading branch information
THausherr committed Sep 21, 2024
1 parent 82421ed commit e9909a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
<rat.version>0.16.1</rat.version>

<!-- dependency versions -->
<google.cloud.version>2.42.0</google.cloud.version>
<google.cloud.version>2.43.0</google.cloud.version>
<aws.version>1.12.772</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 All @@ -325,7 +325,7 @@
<commons.compress.version>1.27.1</commons.compress.version>
<commons.csv.version>1.11.0</commons.csv.version>
<commons.exec.version>1.4.0</commons.exec.version>
<commons.io.version>2.16.1</commons.io.version>
<commons.io.version>2.17.0</commons.io.version>
<commons.lang3.version>3.17.0</commons.lang3.version>
<commons.logging.version>1.3.4</commons.logging.version>
<commons.math3.version>3.6.1</commons.math3.version>
Expand Down Expand Up @@ -498,7 +498,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.27.1</version>
<version>12.28.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -601,7 +601,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.4</version>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
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.14</version>
<version>2.13.15</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down

0 comments on commit e9909a7

Please sign in to comment.