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 2023/02/03 14:38:21 UTC

[karaf-decanter] branch main updated: [KARAF-7645] 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-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 42faea84 [KARAF-7645] Upgrade to Johnzon 1.2.19
     new d181145e Merge pull request #309 from jbonofre/KARAF-7645
42faea84 is described below

commit 42faea848709f18cba6d784af058dcca3da53de2
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Fri Feb 3 14:21:55 2023 +0100

    [KARAF-7645] Upgrade to Johnzon 1.2.19
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index becfc301..67fa5b90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,12 +358,12 @@
             <dependency>
                 <groupId>org.apache.johnzon</groupId>
                 <artifactId>johnzon-mapper</artifactId>
-                <version>1.2.16</version>
+                <version>1.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.johnzon</groupId>
                 <artifactId>johnzon-core</artifactId>
-                <version>1.2.16</version>
+                <version>1.2.19</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.derby</groupId>