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 40691a64d6 optimize: bump org.postgresql:postgresql from 42.3.8 to 
42.3.10 (#8080)
40691a64d6 is described below

commit 40691a64d6a59d3c003792c3ccb3ee2e4e7f8898
Author: 徐晓伟 <[email protected]>
AuthorDate: Tue May 12 11:14:54 2026 +0800

    optimize: bump org.postgresql:postgresql from 42.3.8 to 42.3.10 (#8080)
---
 changes/en-us/2.x.md | 1 +
 changes/zh-cn/2.x.md | 1 +
 dependencies/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 9f52a8824f..d5257419d8 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -69,6 +69,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#8069](https://github.com/apache/incubator-seata/pull/8069)] bump 
org.assertj:assertj-core from 3.12.2 to 3.27.7
 - [[#8075](https://github.com/apache/incubator-seata/pull/8075)] bump 
at.yawk.lz4:lz4-java from 1.9.0 to 1.10.1
 - [[#8077](https://github.com/apache/incubator-seata/pull/8077)] removed the 
OkHttp3 dependency from the NamingServer
+- [[#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
 
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index a662fcc54b..38beded286 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -70,6 +70,7 @@
 - [[#8069](https://github.com/apache/incubator-seata/pull/8069)] 将 
org.assertj:assertj-core 从 3.12.2 版本升级到 3.27.7
 - [[#8075](https://github.com/apache/incubator-seata/pull/8075)] 将 
at.yawk.lz4:lz4-java 从 1.9.0 版本升级到 1.10.1
 - [[#8077](https://github.com/apache/incubator-seata/pull/8077)] namingserver 
移除 okhttp3 依赖
+- [[#8080](https://github.com/apache/incubator-seata/pull/8080)] 将 
org.postgresql:postgresql 从 42.3.8 版本升级到 42.3.10
 - [[#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
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 1228da6f20..458f28d291 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -111,7 +111,7 @@
         <mysql.version>5.1.42</mysql.version>
         <ojdbc.version>19.3.0.0</ojdbc.version>
         <dm.version>8.1.2.192</dm.version>
-        <postgresql.version>42.3.8</postgresql.version>
+        <postgresql.version>42.3.10</postgresql.version>
         <h2.version>1.4.181</h2.version>
         <mariadb.version>2.7.2</mariadb.version>
         <kingbase.version>9.0.0</kingbase.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to