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 2021/04/07 06:49:07 UTC

[camel] branch master updated (cc6d62b -> c4e223a)

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

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


    from cc6d62b  Sync deps
     new 623b8bc  Upgrade Fastjson to version 1.2.76
     new c4e223a  Sync deps

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] 02/02: Sync deps

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

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

commit c4e223a91f0236a06785a0259c99ee5fe4d76d71
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:47:58 2021 +0200

    Sync deps
---
 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 03a1b25..f6e73f2 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -190,7 +190,7 @@
     <etcd4j-version>2.18.0</etcd4j-version>
     <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
     <facebook4j-core-version>2.4.13</facebook4j-core-version>
-    <fastjson-version>1.2.75</fastjson-version>
+    <fastjson-version>1.2.76</fastjson-version>
     <felix-configadmin-version>1.9.20</felix-configadmin-version>
     <felix-connect-version>0.2.0</felix-connect-version>
     <felix-fileinstall-version>3.6.8</felix-fileinstall-version>

[camel] 01/02: Upgrade Fastjson to version 1.2.76

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

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

commit 623b8bc1753064e2aacf8f95eaeed6b448616cd5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:46:17 2021 +0200

    Upgrade Fastjson to version 1.2.76
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ee3d8a1..c2c04f2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -171,7 +171,7 @@
         <etcd4j-version>2.18.0</etcd4j-version>
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
-        <fastjson-version>1.2.75</fastjson-version>
+        <fastjson-version>1.2.76</fastjson-version>
         <felix-configadmin-version>1.9.20</felix-configadmin-version>
         <felix-connect-version>0.2.0</felix-connect-version>
         <felix-fileinstall-version>3.6.8</felix-fileinstall-version>