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 2021/12/24 06:00:11 UTC

[syncope] branch 2_1_X updated (d957bcb -> 0ccd999)

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

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


    from d957bcb  Upgrading Log4J
     new c6e16ff  Upgrading Mockito
     new aad4770  Upgrading docker-maven-plugin
     new 0ccd999  Upgrading Tika

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[syncope] 03/03: Upgrading Tika

Posted by il...@apache.org.
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

commit 0ccd9996368f0fa800b99eb29c462510d3e41bac
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Dec 24 06:59:27 2021 +0100

    Upgrading Tika
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a5a787f..687b015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@ under the License.
     <commons-text.version>1.9</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
-    <tika.version>1.27</tika.version>
+    <tika.version>1.28</tika.version>
 
     <h2.version>1.4.200</h2.version>
 

[syncope] 02/03: Upgrading docker-maven-plugin

Posted by il...@apache.org.
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

commit aad4770331f85f9402b8cb0a90a95c50e98f00cc
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 20 10:43:43 2021 +0100

    Upgrading docker-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b0b9236..a5a787f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2105,7 +2105,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.38.0</version>
+          <version>0.38.1</version>
         </plugin>
 
         <plugin>

[syncope] 01/03: Upgrading Mockito

Posted by il...@apache.org.
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

commit c6e16ff24bf0b3773ccdc46b60f924febe55c81f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Dec 17 16:30:01 2021 +0100

    Upgrading Mockito
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f2ca25..b0b9236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.8.2</junit.version>
-    <mockito.version>4.1.0</mockito.version>
+    <mockito.version>4.2.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>