You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/05/05 11:42:47 UTC

[tomee] branch master updated: Update to Johnzon 1.2.5

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d6ff8f  Update to Johnzon 1.2.5
6d6ff8f is described below

commit 6d6ff8f9acb149545dd37af4faf0535ecd998ebb
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue May 5 12:42:18 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index de592d2..dd057c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <openjpa.version>3.1.0</openjpa.version>
     <openwebbeans.version>2.0.12</openwebbeans.version>
     <jcs.version>2.1</jcs.version>
-    <johnzon.version>1.2.4</johnzon.version>
+    <johnzon.version>1.2.5</johnzon.version>
 
     <!-- Maven module versions -->
     <maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>