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/09/04 04:50:05 UTC

[camel] branch fastjson-2.0.39 updated (73213aa9520 -> fc324e69cc5)

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

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


    omit 73213aa9520 Upgrade Fastjson to version 2.0.39
     new fc324e69cc5 Upgrade Fastjson to version 2.0.39

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (73213aa9520)
            \
             N -- N -- N   refs/heads/fastjson-2.0.39 (fc324e69cc5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 dsl/camel-jbang/camel-jbang-container/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel] 01/01: Upgrade Fastjson to version 2.0.39

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

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

commit fc324e69cc5433be97f9297ec9e91dbe4c66c966
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 1 08:11:28 2023 +0200

    Upgrade Fastjson to version 2.0.39
    
    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 18e1cffd863..d1c9586cbf7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -142,7 +142,7 @@
         <elytron-web>1.10.2.Final</elytron-web>
         <exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
-        <fastjson-version>2.0.38</fastjson-version>
+        <fastjson-version>2.0.39</fastjson-version>
         <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
         <google-maps-services-version>2.2.0</google-maps-services-version>
         <flatpack-version>4.0.18</flatpack-version>