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

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


The following commit(s) were added to refs/heads/master by this push:
     new 28dcb11  [KARAF-7014] Upgrade to johnzon 1.2.10
     new 70dcbe2  Merge pull request #230 from jbonofre/KARAF-7014
28dcb11 is described below

commit 28dcb11daa2f148bf3d5df9109e8d13e8c8658bc
Author: jbonofre <[email protected]>
AuthorDate: Thu Feb 4 13:26:00 2021 +0100

    [KARAF-7014] Upgrade to johnzon 1.2.10
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7814a7d..73d6c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,12 +358,12 @@
             <dependency>
                 <groupId>org.apache.johnzon</groupId>
                 <artifactId>johnzon-mapper</artifactId>
-                <version>1.2.8</version>
+                <version>1.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.johnzon</groupId>
                 <artifactId>johnzon-core</artifactId>
-                <version>1.2.8</version>
+                <version>1.2.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.derby</groupId>

Reply via email to