You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/06/10 14:11:20 UTC

[tomee-jakarta] branch master updated: TOMEE-3753: Upgrade OpenJPA to 3.2.0

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f3d2cb  TOMEE-3753: Upgrade OpenJPA to 3.2.0
4f3d2cb is described below

commit 4f3d2cb567d56c81111b48bd9c1b0035da1bf715
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Thu Jun 10 16:11:10 2021 +0200

    TOMEE-3753: Upgrade OpenJPA to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 248c945..f2da969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <junit.version>4.13.1</junit.version>
     <mojarra.version>3.0.0</mojarra.version>
     <myfaces.version>3.0.0</myfaces.version>
-    <openjpa.version>3.1.2</openjpa.version>
+    <openjpa.version>3.2.0</openjpa.version>
     <openwebbeans.version>2.0.23</openwebbeans.version>
     <org.apache.activemq.version>5.16.2</org.apache.activemq.version>
     <quartz-openejb-shade.version>2.2.4</quartz-openejb-shade.version>