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 2019/12/08 09:27:56 UTC

[karaf-decanter] branch master updated: [KARAF-6481] Upgrade to json-api 1.1.4

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 32d5f42  [KARAF-6481] Upgrade to json-api 1.1.4
     new 2fd0e51  Merge pull request #110 from jbonofre/KARAF-6481
32d5f42 is described below

commit 32d5f42f38bc81cae083d56b01adee186c24e0bc
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Nov 26 07:54:25 2019 +0100

    [KARAF-6481] Upgrade to json-api 1.1.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c155ec..67ad4e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,8 @@
         <elasticsearch5.bundle.version>5.6.3_1</elasticsearch5.bundle.version>
         <elasticsearch6.version>6.6.2</elasticsearch6.version>
         <elasticsearch6.bundle.version>6.6.2_1-SNAPSHOT</elasticsearch6.bundle.version>
-        <glassfish-json.version>1.0.4</glassfish-json.version>
-        <json-api.version>1.0</json-api.version>
+        <glassfish-json.version>1.1.4</glassfish-json.version>
+        <json-api.version>1.1.4</json-api.version>
         <kafka.version>2.1.1</kafka.version>
         <karaf.version>4.2.8-SNAPSHOT</karaf.version>
         <kibana.version>3.1.1</kibana.version>