You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/11/13 06:57:40 UTC

[karaf-minho] branch main updated: [#16] Upgrade to johnzon 1.2.19

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new f7f5539  [#16] Upgrade to johnzon 1.2.19
     new 50d4d7b  Merge pull request #26 from jbonofre/16
f7f5539 is described below

commit f7f5539a14520106e1c9734ecb3bf238cf6ea316
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 13 07:41:31 2022 +0100

    [#16] Upgrade to johnzon 1.2.19
---
 services/minho-config-json/pom.xml | 2 +-
 tooling/common/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/minho-config-json/pom.xml b/services/minho-config-json/pom.xml
index aadf38d..56573ae 100644
--- a/services/minho-config-json/pom.xml
+++ b/services/minho-config-json/pom.xml
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-jsonb</artifactId>
-            <version>1.2.18</version>
+            <version>1.2.19</version>
         </dependency>
     </dependencies>
 
diff --git a/tooling/common/pom.xml b/tooling/common/pom.xml
index 874ee82..1e697a6 100644
--- a/tooling/common/pom.xml
+++ b/tooling/common/pom.xml
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-mapper</artifactId>
-            <version>1.2.18</version>
+            <version>1.2.19</version>
         </dependency>
 
         <dependency>