You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/03 13:14:54 UTC

[camel] branch main updated (eaa41a07985 -> 155b1cd58d5)

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

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


    from eaa41a07985 Upgrade Fastjson to version 2.0.34
     new 16355d7a016 Upgrade Jsonapi to version 0.12
     new 155b1cd58d5 Upgrade Jsonapi to version 0.12

The 2 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.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Jsonapi to version 0.12

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

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

commit 16355d7a016647ae8e591517b2891ce9c7fd5b1c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 3 14:56:25 2023 +0200

    Upgrade Jsonapi to version 0.12
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a3b20a81ddc..93544658c9e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -231,7 +231,7 @@
         <jackson2.14-version>2.14.3</jackson2.14-version>
         <jackson2-module-scala-version>2.15.1</jackson2-module-scala-version>
         <jackrabbit-version>2.21.16</jackrabbit-version>
-        <jasminb-jsonapi-version>0.11</jasminb-jsonapi-version>
+        <jasminb-jsonapi-version>0.12</jasminb-jsonapi-version>
         <jandex-version>3.1.1</jandex-version>
         <jansi-version>2.4.0</jansi-version>
         <jasypt-version>1.9.3</jasypt-version>


[camel] 02/02: Upgrade Jsonapi to version 0.12

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

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

commit 155b1cd58d550763bfdd1036c315fabd1415579d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 3 14:57:31 2023 +0200

    Upgrade Jsonapi to version 0.12
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6d24c6f876c..0802e98ceef 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -229,7 +229,7 @@
         <jakarta.el-version>3.0.3</jakarta.el-version>
         <jandex-version>3.1.1</jandex-version>
         <jansi-version>2.4.0</jansi-version>
-        <jasminb-jsonapi-version>0.11</jasminb-jsonapi-version>
+        <jasminb-jsonapi-version>0.12</jasminb-jsonapi-version>
         <jasypt-version>1.9.3</jasypt-version>
         <java-grok-version>0.1.9</java-grok-version>
         <java-util-version>2.0.0</java-util-version>