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/02 15:17:27 UTC

[tomee-jakarta] 03/03: TOMEE-3734: Update Johnzon to 1.2.11

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

commit ead583a94781ea14d7daa77ad7c4ffd1f48229be
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Wed Jun 2 16:50:54 2021 +0200

    TOMEE-3734: Update Johnzon to 1.2.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3be5960..a64db31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <jackson.dataformat.version>2.12.1</jackson.dataformat.version>
     <jackson.version>2.12.1</jackson.version>
     <jcs.version>2.1</jcs.version>
-    <johnzon.version>1.2.10</johnzon.version>
+    <johnzon.version>1.2.11</johnzon.version>
     <junit.version>4.13.1</junit.version>
     <mojarra.version>3.0.0</mojarra.version>
     <myfaces.version>3.0.0</myfaces.version>