You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/07/10 14:10:51 UTC

[cxf-fediz] branch master updated: Update to openjpa 3.1.1

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new cf3df36  Update to openjpa 3.1.1
cf3df36 is described below

commit cf3df366891600f3d6da729bea4df346afb85cb5
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jul 10 17:10:06 2020 +0300

    Update to openjpa 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2681c3c..c4e916d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <junit.version>4.13</junit.version>
         <kerby.version>2.0.1</kerby.version>
         <log4j.version>1.2.17</log4j.version>
-        <openjpa.version>3.1.0</openjpa.version>
+        <openjpa.version>3.1.1</openjpa.version>
         <servlet.version>3.1.0</servlet.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>4.3.27.RELEASE</spring.version>