You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2021/06/02 08:24:18 UTC

[openwebbeans-meecrowave] 01/02: MEECROWAVE-293 upgrade to Johnzon-1.2.12

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git

commit 115e23ecbd3af76462e4694b2c8bed232300d0ea
Author: Mark Struberg <st...@apache.org>
AuthorDate: Wed Jun 2 10:15:42 2021 +0200

    MEECROWAVE-293 upgrade to Johnzon-1.2.12
    
    Johnzon-1.2.11 had a bug regarding JsonbSerializers.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a84e58b..66d2e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <tomcat.version>9.0.46</tomcat.version>
     <openwebbeans.version>2.0.22</openwebbeans.version>
     <cxf.version>3.4.3</cxf.version>
-    <johnzon.version>1.2.11</johnzon.version>
+    <johnzon.version>1.2.12</johnzon.version>
     <log4j2.version>2.14.1</log4j2.version>
     <deltaspike.version>1.8.2</deltaspike.version>
     <jaxb.version>2.2.11</jaxb.version>