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/10/27 15:36:51 UTC

[syncope] branch 2_1_X updated (6d19549 -> 6915747)

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 6d19549  [SYNCOPE-1596] Restoring read from underlying PlainSchemaTO to properly set read-only attributes
     new b4179bb  Upgrading BVal
     new 6915747  Upgrading Spring and Mockito

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[syncope] 02/02: Upgrading Spring and 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 6915747c2bd12edcb2da88fc05389f7c58cf61f4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 27 15:37:16 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 9f14256..2213dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -408,7 +408,7 @@ under the License.
 
     <jackson.version>2.10.5</jackson.version>
 
-    <spring.version>5.1.18.RELEASE</spring.version>
+    <spring.version>5.1.19.RELEASE</spring.version>
     <spring-security.version>5.1.13.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.2</openjpa.version>
@@ -450,7 +450,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.7.0</junit.version>
-    <mockito.version>3.5.15</mockito.version>
+    <mockito.version>3.6.0</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>


[syncope] 01/02: Upgrading BVal

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 b4179bb0db6afc819aa0f719242da971d04a9753
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 27 08:32:31 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 4c6226c..9f14256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
 
     <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>
-    <bval.version>2.0.4</bval.version>
+    <bval.version>2.0.5</bval.version>
 
     <jasypt.version>1.9.3</jasypt.version>