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 88e8140a0 TIKA-4239: update aws, error_prone_annotations
88e8140a0 is described below
commit 88e8140a09a853c2078fc870e151aa5e85ad44cd
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 20 12:20:38 2024 +0200
TIKA-4239: update aws, error_prone_annotations
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d21cee322..959706c94 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
<!-- dependency versions -->
<google.cloud.version>2.38.0</google.cloud.version>
- <aws.version>1.12.720</aws.version>
+ <aws.version>1.12.725</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.
@@ -1004,7 +1004,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.27.0</version>
+ <version>2.27.1</version>
</dependency>
</dependencies>
</dependencyManagement>