This is an automated email from the ASF dual-hosted git repository.
yuz10 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 54708be637 [DOCS] Update example dependency version from 4.3.0 to
5.5.0 (#10349)
54708be637 is described below
commit 54708be637a0d3421cfe9e0b6f8a90ac5a7ef960
Author: H145608 <[email protected]>
AuthorDate: Fri May 22 22:42:52 2026 +0800
[DOCS] Update example dependency version from 4.3.0 to 5.5.0 (#10349)
Update rocketmq-client dependency version in Example_Simple.md documentation
from the outdated 4.3.0 to the latest stable release 5.5.0
Co-authored-by: H145608 <[email protected]>
---
docs/en/Example_Simple.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/Example_Simple.md b/docs/en/Example_Simple.md
index 0ce4924cc7..8f75906584 100644
--- a/docs/en/Example_Simple.md
+++ b/docs/en/Example_Simple.md
@@ -9,12 +9,12 @@ maven:
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
- <version>4.3.0</version>
+ <version>5.5.0</version>
</dependency>
```
gradle:
``` java
-compile 'org.apache.rocketmq:rocketmq-client:4.3.0'
+compile 'org.apache.rocketmq:rocketmq-client:5.5.0'
```
### 2 Send Messages
##### 2.1 Use Producer to Send Synchronous Messages