This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new ac2c3843e TIKA-4239: update forbidden-apis, google cloud,
twelvemonkeys, logback, azure
ac2c3843e is described below
commit ac2c3843e83e74a26d1507bfce0092e02b1a9a17
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Oct 9 09:34:21 2024 +0200
TIKA-4239: update forbidden-apis, google cloud, twelvemonkeys, logback,
azure
---
tika-parent/pom.xml | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0223c2344..a093b5ec4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -288,7 +288,7 @@
<project.build.outputTimestamp>1711465721</project.build.outputTimestamp>
<!-- plugin versions -->
<checkstyle.plugin.version>3.5.0</checkstyle.plugin.version>
- <forbiddenapis.version>3.7</forbiddenapis.version>
+ <forbiddenapis.version>3.8</forbiddenapis.version>
<groovy.maven.version>2.1.1</groovy.maven.version>
<maven.antrun.version>3.1.0</maven.antrun.version>
<maven.assembly.version>3.7.1</maven.assembly.version>
@@ -306,7 +306,7 @@
<rat.version>0.16.1</rat.version>
<!-- dependency versions -->
- <google.cloud.version>2.43.1</google.cloud.version>
+ <google.cloud.version>2.43.2</google.cloud.version>
<aws.version>1.12.773</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
@@ -405,7 +405,7 @@
<test.containers.version>1.20.2</test.containers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
<tukaani.version>1.10</tukaani.version>
- <twelvemonkeys.version>3.11.0</twelvemonkeys.version>
+ <twelvemonkeys.version>3.12.0</twelvemonkeys.version>
<!-- 3.5.0 doesn't compile with jdk8 -->
<uima.version>3.4.1</uima.version>
<!-- 3.5.0 doesn't compile with jdk8 -->
@@ -419,7 +419,7 @@
<!-- 4.2.0.Alpha4 tested successfully -->
<netty.version>4.1.114.Final</netty.version>
<snappy.java.version>1.1.10.7</snappy.java.version>
- <logback.version>1.5.8</logback.version>
+ <logback.version>1.5.9</logback.version>
<javacpp.version>1.5.10</javacpp.version>
<!-- h2 2.3 requires jdk11 -->
<h2.version>2.2.224</h2.version>
@@ -498,7 +498,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
- <version>12.28.0</version>
+ <version>12.28.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-storage-common</artifactId>
+ <version>12.27.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>