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 7b4709f24 TIKA-4327: update aws, puppycrawl
7b4709f24 is described below
commit 7b4709f247adb8a6656b018939825adc7a1e82f8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 11 20:20:08 2025 +0200
TIKA-4327: update aws, puppycrawl
---
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 ddcfbbf81..4b30c2686 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -304,7 +304,7 @@
<maven.scr.version>1.26.4</maven.scr.version>
<maven.shade.version>3.6.1</maven.shade.version>
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
- <puppycrawl.version>11.1.0</puppycrawl.version>
+ <puppycrawl.version>12.0.0</puppycrawl.version>
<rat.version>0.16.1</rat.version>
<scm.version>2.2.1</scm.version>
@@ -312,7 +312,7 @@
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.58.1</google.cloud.version>
<aws.version>1.12.792</aws.version>
- <aws2.version>2.35.0</aws2.version>
+ <aws2.version>2.35.5</aws2.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.