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:08:15 UTC

[tomee] branch master updated (1d5e6be -> 9cf1d71)

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

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


    from 1d5e6be  Adds missing license header to please RAT on CI
     new 7d9565c  TOMEE-3755: Upgrade Johnzon to 1.2.13
     new 9cf1d71  TOMEE-3753: Upgrade OpenJPA to 3.2.0

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(-)

[tomee] 02/02: TOMEE-3753: Upgrade OpenJPA to 3.2.0

Posted by rz...@apache.org.
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.git

commit 9cf1d714efbe17237eb5cf59191cb13f042eaaeb
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Thu Jun 10 16:07:02 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 d1a8928..e596823 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
     <geronimo-javamail_1.6_spec.version>1.0.0</geronimo-javamail_1.6_spec.version>
     <geronimo-javamail_1.6_mail.version>1.0.0</geronimo-javamail_1.6_mail.version>
 
-    <openjpa.version>3.1.2</openjpa.version>
+    <openjpa.version>3.2.0</openjpa.version>
     <openwebbeans.version>2.0.22</openwebbeans.version>
     <jcs.version>2.1</jcs.version>
     <johnzon.version>1.2.13</johnzon.version>

[tomee] 01/02: TOMEE-3755: Upgrade Johnzon to 1.2.13

Posted by rz...@apache.org.
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.git

commit 7d9565cb216f8ccda97351597a84033f18b95200
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Thu Jun 10 16:05:33 2021 +0200

    TOMEE-3755: Upgrade Johnzon to 1.2.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bec77a2..d1a8928 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <openjpa.version>3.1.2</openjpa.version>
     <openwebbeans.version>2.0.22</openwebbeans.version>
     <jcs.version>2.1</jcs.version>
-    <johnzon.version>1.2.11</johnzon.version>
+    <johnzon.version>1.2.13</johnzon.version>
     <quartz-openejb-shade.version>2.2.4</quartz-openejb-shade.version>
 
     <!-- Maven module versions -->