You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/21 12:33:15 UTC

[camel] branch main updated: Upgrade javax json-api 1.1.4 (#10779)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c616ed2097b Upgrade javax json-api 1.1.4 (#10779)
c616ed2097b is described below

commit c616ed2097b47e8158edc77cc3adc34cd3a819e8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 21 14:33:09 2023 +0200

    Upgrade javax json-api 1.1.4 (#10779)
---
 components/camel-elytron/pom.xml | 2 +-
 parent/pom.xml                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-elytron/pom.xml b/components/camel-elytron/pom.xml
index 1f68bf7e247..12da1b028b1 100644
--- a/components/camel-elytron/pom.xml
+++ b/components/camel-elytron/pom.xml
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>javax.json</groupId>
             <artifactId>javax.json-api</artifactId>
-            <version>${json-api}</version>
+            <version>${javax-json-api-version}</version>
         </dependency>
         <dependency>
             <groupId>org.glassfish</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 947618c0839..aae16023913 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -283,7 +283,7 @@
         <jslt-version>0.1.14</jslt-version>
         <jsmpp-version>3.0.0</jsmpp-version>
         <jsch-version>0.2.9</jsch-version>
-        <json-api>1.0</json-api>
+        <javax-json-api-version>1.1.4</javax-json-api-version>
         <jsonassert-version>1.5.1</jsonassert-version>
         <json-path-version>2.8.0</json-path-version>
         <json-patch-version>1.13</json-patch-version>