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

lwclover pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 484b7b812c build: upgrade fastjson2 to 2.0.64 (#10928)
484b7b812c is described below

commit 484b7b812c365c28ace88da72aa41bc30e010b10
Author: rongtong <[email protected]>
AuthorDate: Tue Aug 25 14:05:22 2026 +0800

    build: upgrade fastjson2 to 2.0.64 (#10928)
    
    Co-authored-by: 通融 <[email protected]>
---
 WORKSPACE | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 7d055482b1..47c47a448a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -40,7 +40,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
 maven_install(
     artifacts = [
         "junit:junit:4.13.2",
-        "com.alibaba.fastjson2:fastjson2:2.0.59",
+        "com.alibaba.fastjson2:fastjson2:2.0.64",
         "org.hamcrest:hamcrest-library:1.3",
         "io.netty:netty-all:4.1.130.Final",
         "org.assertj:assertj-core:3.22.0",
diff --git a/pom.xml b/pom.xml
index 8bae6028fb..e59731896c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
         <netty.version>4.1.130.Final</netty.version>
         <netty.tcnative.version>2.0.53.Final</netty.tcnative.version>
         <bcpkix-jdk18on.version>1.83</bcpkix-jdk18on.version>
-        <fastjson2.version>2.0.63</fastjson2.version>
+        <fastjson2.version>2.0.64</fastjson2.version>
         <javassist.version>3.20.0-GA</javassist.version>
         <jna.version>4.2.2</jna.version>
         <commons-lang3.version>3.20.0</commons-lang3.version>

Reply via email to