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
commit 55cbd048921988fef87c2adebb4024dff862cadf Author: Tilman Hausherr <[email protected]> AuthorDate: Wed Jun 25 06:21:55 2025 +0200 TIKA-4327: update aws, puppycrawl, junit --- tika-parent/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 947493283..a56add1b5 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.0</maven.shade.version> <maven.project.info.reports.version>3.9.0</maven.project.info.reports.version> - <puppycrawl.version>10.25.1</puppycrawl.version> + <puppycrawl.version>10.26.0</puppycrawl.version> <rat.version>0.16.1</rat.version> <scm.version>2.1.0</scm.version> @@ -312,7 +312,7 @@ <!-- change threetenbp exclusion version --> <google.cloud.version>2.53.1</google.cloud.version> <aws.version>1.12.787</aws.version> - <aws2.version>2.31.69</aws2.version> + <aws2.version>2.31.70</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. @@ -399,7 +399,7 @@ <jsoup.version>1.21.1</jsoup.version> <jsr305.version>3.0.2</jsr305.version> <junit4.version>4.13.2</junit4.version> - <junit5.version>5.13.1</junit5.version> + <junit5.version>5.13.2</junit5.version> <juniversalchardet.version>2.5.0</juniversalchardet.version> <junrar.version>7.5.5</junrar.version> <jwarc.version>0.31.1</jwarc.version>
