diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 2a18428aa43..7419767f602 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -15,6 +15,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6499](https://github.com/apache/incubator-seata/pull/6499)] split the task thread pool for committing and rollbacking statuses
- [[#6208](https://github.com/apache/incubator-seata/pull/6208)] optimize : load SeataSerializer by version
- [[#6209](https://github.com/apache/incubator-seata/pull/6209)] Eliminate RpcMessage and Encoder/Decoder dependencies
+- [[#6523](https://github.com/apache/incubator-seata/pull/6523)] upgrade alibaba/druid version to 1.2.20
### refactor:
- [[#6534](https://github.com/apache/incubator-seata/pull/6534)] optimize: send async response
@@ -25,9 +26,6 @@ Add changes here for all PR submitted to the 2.x branch.
### test:
-### refactor:
-
-
Thanks to these contributors for their code commits. Please report an unintended omission.
@@ -35,6 +33,7 @@ Thanks to these contributors for their code commits. Please report an unintended
- [tuwenlin](https://github.com/tuwenlin)
- [YeonCheolGit](https://github.com/YeonCheolGit)
- [liuqiufeng](https://github.com/liuqiufeng)
+- [God-Gan](https://github.com/God-Gan)
- [Bughue](https://github.com/Bughue)
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 e87f8e33e97..f7459a0d666 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -14,6 +14,7 @@
- [[#6499](https://github.com/apache/incubator-seata/pull/6499)] 拆分 committing 和 rollbacking 状态的任务线程池
- [[#6208](https://github.com/apache/incubator-seata/pull/6208)] 支持多版本的Seata序列化
- [[#6209](https://github.com/apache/incubator-seata/pull/6209)] 解开 RpcMessage 和 Encoder/Decoder 的互相依赖
+- [[#6523](https://github.com/apache/incubator-seata/pull/6523)] 升级 alibaba/druid 的版本到1.2.20
### refactor:
- [[#6534](https://github.com/apache/incubator-seata/pull/6534)] 优化: 发送异步响应
@@ -22,7 +23,6 @@
### test:
-### refactor:
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
@@ -31,6 +31,8 @@
- [tuwenlin](https://github.com/tuwenlin)
- [YeonCheolGit](https://github.com/YeonCheolGit)
- [liuqiufeng](https://github.com/liuqiufeng)
+- [God-Gan](https://github.com/God-Gan)
- [Bughue](https://github.com/Bughue)
+
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/compatible/pom.xml b/compatible/pom.xml
index c1f19f9e406..765196af880 100644
--- a/compatible/pom.xml
+++ b/compatible/pom.xml
@@ -33,7 +33,7 @@
compatible with io.seata API
4.11.0
- 1.2.7
+ 1.2.20
5.1.42
2.7.2
3.12.2
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 50d0bc19b17..717ad14019c 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -108,7 +108,7 @@
1.4.181
2.7.2
- 1.2.7
+ 1.2.20
2.9.0
3.4.3