This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 14b3639ee TIKA-4327: update puppycrawl, google cloud, bouncycastle
14b3639ee is described below

commit 14b3639eea0b51b49d2461b7dea475e20287158d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 5 06:35:40 2025 +0200

    TIKA-4327: update puppycrawl, google cloud, bouncycastle
---
 tika-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 156c1957a..ad8f5cd5d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -304,14 +304,14 @@
     <maven.scr.version>1.26.4</maven.scr.version>
     <maven.shade.version>3.6.0</maven.shade.version>
     
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
-    <puppycrawl.version>10.23.1</puppycrawl.version>
+    <puppycrawl.version>10.25.0</puppycrawl.version>
     <rat.version>0.16.1</rat.version>
     <scm.version>2.1.0</scm.version>
 
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
-    <google.cloud.version>2.52.3</google.cloud.version>
-    <aws.version>1.12.783</aws.version>
+    <google.cloud.version>2.53.0</google.cloud.version>
+    <aws.version>1.12.783</aws.version> <!-- convergence problems with 785, 
wait -->
     <!-- 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.
@@ -327,7 +327,7 @@
     <biz.aqute.version>7.1.0</biz.aqute.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!--  used by POI, PDFBox and Jackcess encrypt ...try to sync -->
-    <bouncycastle.version>1.80</bouncycastle.version>
+    <bouncycastle.version>1.81</bouncycastle.version>
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
     <c3p0.version>0.11.1</c3p0.version>

Reply via email to