You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/06/21 05:21:44 UTC

[pulsar] branch master updated: [security] Update fastjson version to 1.2.83 (#16148)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 31cd8576358 [security] Update fastjson version to 1.2.83 (#16148)
31cd8576358 is described below

commit 31cd85763582626a1afa2ed15079b74ac26e5454
Author: tison <wa...@gmail.com>
AuthorDate: Tue Jun 21 13:21:37 2022 +0800

    [security] Update fastjson version to 1.2.83 (#16148)
    
    Fixes CVE-2022-25845.
    
    Signed-off-by: tison <wa...@gmail.com>
---
 pulsar-io/canal/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-io/canal/pom.xml b/pulsar-io/canal/pom.xml
index b2740f43257..9a579be9d9f 100644
--- a/pulsar-io/canal/pom.xml
+++ b/pulsar-io/canal/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>fastjson</artifactId>
-            <version>1.2.73</version>
+            <version>1.2.83</version>
         </dependency>
 
         <dependency>