This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 5d4a682b Bump rocketmq-proto from 2.0.2 to 2.0.3 (#550)
5d4a682b is described below
commit 5d4a682ba1c9275dbf00381e32af3bb38912e63c
Author: Aaron Ai <[email protected]>
AuthorDate: Mon Jun 19 15:56:10 2023 +0800
Bump rocketmq-proto from 2.0.2 to 2.0.3 (#550)
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 63a5808d..d39b7094 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -47,7 +47,7 @@
~ 1. Whether it is essential, because the current shaded jar is
fat enough.
~ 2. Make sure that it is compatible with Java 8.
-->
- <rocketmq-proto.version>2.0.2</rocketmq-proto.version>
+ <rocketmq-proto.version>2.0.3</rocketmq-proto.version>
<annotations-api.version>6.0.53</annotations-api.version>
<protobuf.version>3.21.7</protobuf.version>
<grpc.version>1.50.0</grpc.version>