You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/06/09 10:54:54 UTC

[dubbo] branch 3.0 updated: Update fastjson to 1.2.83 (#10099)

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

albumenj pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new b4b0aab8a0 Update fastjson to 1.2.83 (#10099)
b4b0aab8a0 is described below

commit b4b0aab8a05998d2e47a00aa3bf2f36af10a1017
Author: kimmking <ki...@gmail.com>
AuthorDate: Thu Jun 9 18:54:48 2022 +0800

    Update fastjson to 1.2.83 (#10099)
    
    Security issue: Update fastjson to 1.2.83
---
 dubbo-dependencies-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index dc530298da..b8397ef757 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -98,7 +98,7 @@
         <grizzly_version>2.4.4</grizzly_version>
         <httpclient_version>4.5.13</httpclient_version>
         <httpcore_version>4.4.6</httpcore_version>
-        <fastjson_version>1.2.70</fastjson_version>
+        <fastjson_version>1.2.83</fastjson_version>
         <zookeeper_version>3.4.14</zookeeper_version>
         <curator_version>4.2.0</curator_version>
         <curator_test_version>2.12.0</curator_test_version>