This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new ca270a7d7d optimize: upgrade protobuf version from 3.25.4 to 3.25.5
(#7202)
ca270a7d7d is described below
commit ca270a7d7d5d8aa18739a9e6ff1f0bc3be17362a
Author: Ramyalakshmi <[email protected]>
AuthorDate: Tue Mar 11 18:23:12 2025 -0700
optimize: upgrade protobuf version from 3.25.4 to 3.25.5 (#7202)
---
changes/en-us/2.x.md | 2 ++
changes/zh-cn/2.x.md | 2 ++
dependencies/pom.xml | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 60c2dacdb0..18c3425959 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -59,6 +59,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6144](https://github.com/apache/incubator-seata/pull/6144)] upgrade nacos
client to 1.4.6
- [[#6147](https://github.com/apache/incubator-seata/pull/6147)] upgrade
kafka-clients to 3.6.1
- [[#6338](https://github.com/apache/incubator-seata/pull/6338)] upgrade
jackson version
+- [[#7201](https://github.com/apache/incubator-seata/issues/7201)] upgrade
protobuf.version to 3.25.5
### test:
@@ -94,5 +95,6 @@ Thanks to these contributors for their code commits. Please
report an unintended
- [YongGoose](https://github.com/YongGoose)
- [Monilnarang](https://github.com/Monilnarang)
- [iAmClever](https://github.com/iAmClever)
+- [s-ramyalakshmi](https://github.com/s-ramyalakshmi)
Also, we receive many valuable issues, questions and advices from our
community. Thanks for you all.
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 3eda542666..4a14fbd76a 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -59,6 +59,7 @@
- [[#6145](https://github.com/apache/incubator-seata/pull/6145)] 升级
jettison依赖版本至1.5.4
- [[#6147](https://github.com/apache/incubator-seata/pull/6147)] 升级
kafka-clients依赖至3.6.1
- [[#6338](https://github.com/apache/incubator-seata/pull/6338)] 升级 jackson
依赖版本
+- [[#7201](https://github.com/apache/incubator-seata/issues/7201)] 升级 protobuf
版本到 3.25.5
### test:
@@ -94,5 +95,6 @@
- [YongGoose](https://github.com/YongGoose)
- [Monilnarang](https://github.com/Monilnarang)
- [iAmClever](https://github.com/iAmClever)
+- [s-ramyalakshmi](https://github.com/s-ramyalakshmi)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index fb787080a7..b45ebb1e2d 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -78,7 +78,7 @@
<netty.version>4.1.101.Final</netty.version>
<sofa.hessian.version>4.0.3</sofa.hessian.version>
<sofa.bolt.version>1.6.7</sofa.bolt.version>
- <protobuf.version>3.25.4</protobuf.version>
+ <protobuf.version>3.25.5</protobuf.version>
<grpc.version>1.55.1</grpc.version>
<kryo.version>5.4.0</kryo.version>
<kryo-serializers.version>0.45</kryo-serializers.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]