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/02/20 08:35:13 UTC

[syncope] branch 2_1_X updated: Upgrading OpenJPA

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 2c22673  Upgrading OpenJPA
2c22673 is described below

commit 2c226732d33e4ab7ef211d6e4dbaeebc9ebffd4f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Feb 20 09:30:02 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 98ecb26..e3461d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
     <spring.version>5.1.13.RELEASE</spring.version>
     <spring-security.version>5.1.8.RELEASE</spring-security.version>
 
-    <openjpa.version>3.1.0</openjpa.version>
+    <openjpa.version>3.1.1</openjpa.version>
     <hikaricp.version>3.4.2</hikaricp.version>
     <hibernate-validator.version>6.0.18.Final</hibernate-validator.version>