This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 19e71a3ea14 Upgrade pgjdbc to 42.7.8 (#37023)
19e71a3ea14 is described below
commit 19e71a3ea14d7f687543151d177d3e14ca73e01b
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Nov 6 17:11:47 2025 +0800
Upgrade pgjdbc to 42.7.8 (#37023)
---
distribution/proxy/src/main/release-docs/LICENSE | 2 +-
.../shardingsphere-proxy/optional-plugins/seata-at/_index.cn.md | 2 +-
.../shardingsphere-proxy/optional-plugins/seata-at/_index.en.md | 2 +-
examples/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/distribution/proxy/src/main/release-docs/LICENSE
b/distribution/proxy/src/main/release-docs/LICENSE
index 7eff80af802..e104befce96 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -329,7 +329,7 @@ The text of each license is also included at
licenses/LICENSE-[project].txt.
commons-compiler 3.1.11: https://github.com/janino-compiler/janino,
BSD-3-Clause
janino 3.1.11: https://github.com/janino-compiler/janino, BSD-3-Clause
opengauss-jdbc 3.1.0-og:
https://gitee.com/opengauss/openGauss-connector-jdbc, BSD-2-Clause
- postgresql 42.7.5: https://github.com/pgjdbc/pgjdbc, BSD-2-Clause
+ postgresql 42.7.8: https://github.com/pgjdbc/pgjdbc, BSD-2-Clause
protobuf-java 3.25.8:
https://github.com/protocolbuffers/protobuf/blob/master/java, BSD-3-Clause
protobuf-java-util 3.25.8:
https://github.com/protocolbuffers/protobuf/blob/master/java, BSD-3-Clause
stax2-api 4.2.1: https://github.com/FasterXML/stax2-api, BSD-2-Clause
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.cn.md
index bc0a672b51a..30ffea5fa2e 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.cn.md
@@ -341,7 +341,7 @@ CREATE SHARDING TABLE RULE t_order (
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.5</version>
+ <version>42.7.8</version>
</dependency>
```
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.en.md
index 8388ff5625d..be87a4df265 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/seata-at/_index.en.md
@@ -346,7 +346,7 @@ The required JDBC Driver corresponds to the
`proxy-frontend-database-protocol-ty
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.5</version>
+ <version>42.7.8</version>
</dependency>
```
diff --git a/examples/pom.xml b/examples/pom.xml
index 9d629562753..2618937d6fa 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -42,7 +42,7 @@
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
<hikari-cp.version>3.4.2</hikari-cp.version>
<mysql-connector-java.version>8.3.0</mysql-connector-java.version>
- <postgresql.version>42.7.5</postgresql.version>
+ <postgresql.version>42.7.8</postgresql.version>
<h2.version>2.2.224</h2.version>
<slf4j.version>1.7.7</slf4j.version>
<logback.version>1.2.13</logback.version>
diff --git a/pom.xml b/pom.xml
index 8e543f2e04e..cad311a20c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<jsr305.version>3.0.2</jsr305.version>
<immutables.version>2.10.1</immutables.version>
- <postgresql.version>42.7.5</postgresql.version>
+ <postgresql.version>42.7.8</postgresql.version>
<mysql-connector-java.version>8.3.0</mysql-connector-java.version>
<mssql.version>12.10.2.jre8</mssql.version>
<h2.version>2.2.224</h2.version>