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/02/07 16:52:00 UTC

[syncope] branch 2_1_X updated (b5afafa -> 9f7afd4)

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 b5afafa  Upgrading Swagger UI and maven-project-info-reports-plugin
     new 123c920  Upgrading OpenJPA
     new 9f7afd4  Upgrading docker-maven-plugin

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 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 9f7afd40e6abbbd993598ceb11b695aeac9d96f5
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Feb 7 16:22:44 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index b71b99f..06c2b4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2113,7 +2113,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.38.1</version>
+          <version>0.39.0</version>
         </plugin>
 
         <plugin>

[syncope] 01/02: Upgrading OpenJPA

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 123c920b3508262d544717394f8a1646edcb0d9c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Feb 7 13:52:22 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index ccccd2d..b71b99f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
     <spring.version>5.2.19.RELEASE</spring.version>
     <spring-security.version>5.2.13.RELEASE</spring-security.version>
 
-    <openjpa.version>3.2.0</openjpa.version>
+    <openjpa.version>3.2.1</openjpa.version>
     <hikaricp.version>4.0.3</hikaricp.version>
     <bval.version>2.0.5</bval.version>