You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/08/11 17:25:06 UTC

[tika] branch main updated: TIKA-3502 -- general upgrades for the next 2.x version.

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

tallison 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 9e02bbf  TIKA-3502 -- general upgrades for the next 2.x version.
9e02bbf is described below

commit 9e02bbfe3234bc8d31e4f20fe195ada54163514b
Author: tallison <ta...@apache.org>
AuthorDate: Wed Aug 11 13:24:48 2021 -0400

    TIKA-3502 -- general upgrades for the next 2.x version.
---
 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 978cb62..0241871 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -274,11 +274,11 @@
     <maven.scr.version>1.26.4</maven.scr.version>
     <maven.surefire.version>3.0.0-M5</maven.surefire.version>
     <maven.shade.version>3.2.4</maven.shade.version>
-    <puppycrawl.version>8.45</puppycrawl.version>
+    <puppycrawl.version>8.45.1</puppycrawl.version>
     <rat.version>0.13</rat.version>
 
     <!-- dependency versions -->
-    <aws.s3.version>1.12.39</aws.s3.version>
+    <aws.s3.version>1.12.43</aws.s3.version>
     <aws.transcribe.version>1.12.39</aws.transcribe.version>
     <asm.version>9.2</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
@@ -555,12 +555,12 @@
           <dependency>
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-provider-gitexe</artifactId>
-            <version>1.11.2</version>
+            <version>1.11.3</version>
           </dependency>
           <dependency>
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-api</artifactId>
-            <version>1.11.2</version>
+            <version>1.11.3</version>
           </dependency>
         </dependencies>
       </plugin>