You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/08/27 12:02:03 UTC

[karaf] branch main updated: [KARAF-7173] Upgrade to openjpa 3.2.0

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 61bf0f6  [KARAF-7173] Upgrade to openjpa 3.2.0
     new 3c2ac2e  Merge pull request #1425 from jbonofre/KARAF-7173
61bf0f6 is described below

commit 61bf0f64f4a9854ac995970bfa97b8258554c1a4
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Aug 27 07:44:18 2021 +0200

    [KARAF-7173] Upgrade to openjpa 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ff8e5e..a57badd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,7 +269,7 @@
         <aries.util.version>1.1.3</aries.util.version>
         <atomikos.version>4.0.4</atomikos.version>
 
-        <openjpa.version>3.1.2</openjpa.version>
+        <openjpa.version>3.2.0</openjpa.version>
         <geronimo.transaction.manager.version>3.1.3</geronimo.transaction.manager.version>
         <guava.version>20.0</guava.version>
         <narayana.version>5.12.0.Final</narayana.version>