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:05:29 UTC

[camel] branch japi created (now 467208c0fb6)

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

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


      at 467208c0fb6 Upgrade javax json-api 1.1.4

This branch includes the following new commits:

     new 467208c0fb6 Upgrade javax json-api 1.1.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade javax json-api 1.1.4

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 467208c0fb68c97ecdde498dcd327a7763eae205
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 21 14:05:19 2023 +0200

    Upgrade javax json-api 1.1.4
---
 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 eff75c94383..888e193da63 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>