From f61e3819e014681eaa917863d55ab15ec9159014 Mon Sep 17 00:00:00 2001
From: H145608 <1404499274@qq.com>
Date: Wed, 20 May 2026 11:51:38 +0800
Subject: [PATCH] [DOCS] Update Chinese docs dependency version from
4.3.0/4.9.1 to 5.5.0
- docs/cn/Example_Simple_cn.md: update version tag and Gradle dependency 4.3.0 -> 5.5.0
- docs/cn/RocketMQ_Example.md: update Maven version tag 4.9.1 -> 5.5.0 and Gradle dependency 4.3.0 -> 5.5.0
- Align with the English version (docs/en/Example_Simple.md) which was already updated to 5.5.0
---
docs/cn/Example_Simple_cn.md | 4 ++--
docs/cn/RocketMQ_Example.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/cn/Example_Simple_cn.md b/docs/cn/Example_Simple_cn.md
index f0a2b6a1dea..9c8729223bb 100644
--- a/docs/cn/Example_Simple_cn.md
+++ b/docs/cn/Example_Simple_cn.md
@@ -9,12 +9,12 @@ maven:
org.apache.rocketmq
rocketmq-client
- 4.3.0
+ 5.5.0
```
gradle:
``` java
-compile 'org.apache.rocketmq:rocketmq-client:4.3.0'
+compile 'org.apache.rocketmq:rocketmq-client:5.5.0'
```
### 2 发送消息
##### 2.1 使用Producer发送同步消息
diff --git a/docs/cn/RocketMQ_Example.md b/docs/cn/RocketMQ_Example.md
index 77c1bd7b270..12f637cad34 100644
--- a/docs/cn/RocketMQ_Example.md
+++ b/docs/cn/RocketMQ_Example.md
@@ -54,12 +54,12 @@
org.apache.rocketmq
rocketmq-client
- 4.9.1
+ 5.5.0
```
`gradle`
```
-compile 'org.apache.rocketmq:rocketmq-client:4.3.0'
+compile 'org.apache.rocketmq:rocketmq-client:5.5.0'
```
### 1.2 消息发送