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

jinrongtong 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 295821bd92 [ISSUE #9181] update fastjson version
295821bd92 is described below

commit 295821bd925335656c9804f2b63c417e87910967
Author: ltamber <ltambe...@gmail.com>
AuthorDate: Thu Feb 13 10:04:51 2025 +0800

    [ISSUE #9181] update fastjson version
    
    - 将 fastjson 依赖从 com_alibaba_fastjson 更新为 com_alibaba_fastjson2_fastjson2
    - 此更改统一了 acl 模块中 fastjson 的使用版本
    
    Signed-off-by: ltamber <ltambe...@gmail.com>
---
 acl/BUILD.bazel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acl/BUILD.bazel b/acl/BUILD.bazel
index ac6ac65c77..3df03530c1 100644
--- a/acl/BUILD.bazel
+++ b/acl/BUILD.bazel
@@ -24,7 +24,7 @@ java_library(
         "//common",
         "//remoting",
         "//srvutil",
-        "@maven//:com_alibaba_fastjson",
+        "@maven//:com_alibaba_fastjson2_fastjson2",
         "@maven//:com_github_luben_zstd_jni",
         "@maven//:com_google_guava_guava",
         "@maven//:com_google_protobuf_protobuf_java",
@@ -50,7 +50,7 @@ java_library(
         "//:test_deps",
         "//common",
         "//remoting",
-        "@maven//:com_alibaba_fastjson",
+        "@maven//:com_alibaba_fastjson2_fastjson2",
         "@maven//:com_google_guava_guava",
         "@maven//:commons_codec_commons_codec",
         "@maven//:io_netty_netty_all",

Reply via email to