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 2020/04/13 06:53:08 UTC

[syncope] branch 2_1_X updated (2bc3a23 -> 13f89d4)

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 2bc3a23  Exclude notification task from content exporter
     new ef9a748  Upgrading Groovy
     new 13f89d4  Upgrading JUnit

The 2 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[syncope] 02/02: Upgrading JUnit

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 13f89d4439837660d31fc70c432de34460dee009
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 13 08:44:16 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index a5a5796..c4f2cac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>5.6.1</junit.version>
+    <junit.version>5.6.2</junit.version>
     <mockito.version>3.3.3</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>


[syncope] 01/02: Upgrading Groovy

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 ef9a7489726fdcd215b31090cb54c5704ec5b435
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 10 14:52:55 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 367116d..a5a5796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -421,7 +421,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>3.0.2</groovy.version>
+    <groovy.version>3.0.3</groovy.version>
 
     <flowable.version>6.4.2</flowable.version>