You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/09/21 08:38:08 UTC

[syncope] branch 2_1_X updated: Upgrading Grovy, Tika, JUnit, maven-jar-plugin, apache-rat-plugin

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 1f6e142452 Upgrading Grovy, Tika, JUnit, maven-jar-plugin, apache-rat-plugin
1f6e142452 is described below

commit 1f6e1424525fdc28f72d80f1477115a8bd288dfa
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Sep 21 09:22:38 2022 +0200

    Upgrading Grovy, Tika, JUnit, maven-jar-plugin, apache-rat-plugin
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4d60a885b..1d8a2d64e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>3.0.12</groovy.version>
+    <groovy.version>3.0.13</groovy.version>
 
     <flowable.version>6.7.2</flowable.version>
 
@@ -448,11 +448,11 @@ under the License.
     <commons-text.version>1.9</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
-    <tika.version>1.28.4</tika.version>
+    <tika.version>1.28.5</tika.version>
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>5.9.0</junit.version>
+    <junit.version>5.9.1</junit.version>
     <mockito.version>4.8.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
@@ -2028,7 +2028,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.2</version>
+          <version>3.3.0</version>
         </plugin>
         
         <plugin>
@@ -2350,6 +2350,7 @@ under the License.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.15</version>
         <configuration>
           <excludes>
             <exclude>nbactions.xml</exclude>