This is an automated email from the ASF dual-hosted git repository.
funky-eyes 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 4c66f4c984 optimize: upgrade com.alibaba:druid from 1.2.25 to 1.2.28
(#8100)
4c66f4c984 is described below
commit 4c66f4c984ecd5c1e77f498e49c53d7bdd80a4a3
Author: yougecn <[email protected]>
AuthorDate: Tue May 12 20:10:38 2026 +0800
optimize: upgrade com.alibaba:druid from 1.2.25 to 1.2.28 (#8100)
---
changes/en-us/2.x.md | 2 ++
changes/zh-cn/2.x.md | 2 ++
dependencies/pom.xml | 2 +-
sqlparser/seata-sqlparser-druid/pom.xml | 2 +-
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index d5257419d8..f810439cb0 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -72,6 +72,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#8080](https://github.com/apache/incubator-seata/pull/8080)] bump
org.postgresql:postgresql from 42.3.8 to 42.3.10
- [[#8092](https://github.com/apache/incubator-seata/pull/8092)] add
checkstyle rules to enforce ThreadPoolExecutorFactory usage
- [[#8097](https://github.com/apache/incubator-seata/pull/8097)] bump
com.alibaba.nacos:nacos-client from 1.4.6 to 2.0.4
+- [[#8100](https://github.com/apache/incubator-seata/pull/8100)] upgrade
com.alibaba:druid from 1.2.25 to 1.2.28
### security:
@@ -114,6 +115,7 @@ Thanks to these contributors for their code commits. Please
report an unintended
- [somiljain](https://github.com/somiljain)
- [xuxiaowei-com-cn](https://github.com/xuxiaowei-com-cn)
- [jsbxyyx](https://github.com/jsbxyyx)
+- [yougecn](https://github.com/yougecn)
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 38beded286..286b2cc379 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -74,6 +74,7 @@
- [[#8086](https://github.com/apache/incubator-seata/pull/8086)]
修改consoleRemotingFilter优先级
- [[#8092](https://github.com/apache/incubator-seata/pull/8092)] 添加 checkstyle
规则以强制使用 ThreadPoolExecutorFactory
- [[#8097](https://github.com/apache/incubator-seata/pull/8097)] 将
com.alibaba.nacos:nacos-client 从 1.4.6 版本升级到 2.0.4
+- [[#8100](https://github.com/apache/incubator-seata/pull/8100)] 将
com.alibaba:druid 从 1.2.25 升级到 1.2.28
### security:
@@ -117,5 +118,6 @@
- [WangzJi](https://github.com/WangzJi)
- [xuxiaowei-com-cn](https://github.com/xuxiaowei-com-cn)
- [jsbxyyx](https://github.com/jsbxyyx)
+- [yougecn](https://github.com/yougecn)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 458f28d291..1a36190a3d 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -117,7 +117,7 @@
<kingbase.version>9.0.0</kingbase.version>
<oscar.version>4.1.152</oscar.version>
<!-- db connection pool -->
- <druid.version>1.2.25</druid.version>
+ <druid.version>1.2.28</druid.version>
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
<hikari.version>3.4.3</hikari.version>
<caffeine.version>2.9.3</caffeine.version>
diff --git a/sqlparser/seata-sqlparser-druid/pom.xml
b/sqlparser/seata-sqlparser-druid/pom.xml
index 740c54c397..1400cf635a 100644
--- a/sqlparser/seata-sqlparser-druid/pom.xml
+++ b/sqlparser/seata-sqlparser-druid/pom.xml
@@ -29,7 +29,7 @@
<name>seata-sqlparser-druid ${project.version}</name>
<description>sqlparser-druid for Seata built with Maven</description>
<properties>
- <druid-sqlparser.version>1.2.25</druid-sqlparser.version>
+ <druid-sqlparser.version>1.2.28</druid-sqlparser.version>
</properties>
<dependencies>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]