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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 4b01e12  Upgrading Tika and checkstyle
4b01e12 is described below

commit 4b01e12cf7545e9866dca096ce9a77542c9c3690
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Mar 30 08:22:02 2021 +0200

    Upgrading Tika and checkstyle
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 88ed1e1..e0288c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@ under the License.
     <commons-text.version>1.9</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
-    <tika.version>1.25</tika.version>
+    <tika.version>1.26</tika.version>
 
     <h2.version>1.4.200</h2.version>
 
@@ -2084,7 +2084,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.41</version>
+              <version>8.41.1</version>
             </dependency>
           </dependencies>
           <configuration>

Reply via email to