This is an automated email from the ASF dual-hosted git repository. linghengqian 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 51b4977c634 Update the PostgreSQL version in the pom.xml file to ensure that ShardingSphere-Proxy supports the conversion of numeric infinity to BigDecimal (#35119) 51b4977c634 is described below commit 51b4977c6343d7db8dcccf2f16697d3e84a692ca Author: Yash-cor <yash.tiw...@coriolis.co.in> AuthorDate: Tue Apr 8 22:00:01 2025 +0530 Update the PostgreSQL version in the pom.xml file to ensure that ShardingSphere-Proxy supports the conversion of numeric infinity to BigDecimal (#35119) --- distribution/proxy/src/main/release-docs/LICENSE | 2 +- .../shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md | 2 +- .../shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md | 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE index 381805d95ae..4698a0944b4 100644 --- a/distribution/proxy/src/main/release-docs/LICENSE +++ b/distribution/proxy/src/main/release-docs/LICENSE @@ -333,7 +333,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.2: https://github.com/pgjdbc/pgjdbc, BSD-2-Clause + postgresql 42.7.5: https://github.com/pgjdbc/pgjdbc, BSD-2-Clause protobuf-java 3.21.12: https://github.com/protocolbuffers/protobuf/blob/master/java, BSD-3-Clause protobuf-java-util 3.21.12: 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-jdbc/optional-plugins/testcontainers/_index.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md index e8de0378adc..d8e24da9a15 100644 --- a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md +++ b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md @@ -27,7 +27,7 @@ ShardingSphere 默认情况下不提供对 `org.testcontainers.jdbc.ContainerDat <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.7.2</version> + <version>42.7.5</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md index 960493ea269..ffd24e3e6fb 100644 --- a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md +++ b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md @@ -27,7 +27,7 @@ the possible Maven dependencies are as follows, <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.7.2</version> + <version>42.7.5</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> 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 b2ca77ff638..b11a45cbf63 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 @@ -335,7 +335,7 @@ CREATE SHARDING TABLE RULE t_order ( <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.7.4</version> + <version>42.7.5</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 5208f5fa3e9..ab3f30953a7 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 @@ -340,7 +340,7 @@ The required JDBC Driver corresponds to the `proxy-frontend-database-protocol-ty <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.7.4</version> + <version>42.7.5</version> </dependency> ``` diff --git a/examples/pom.xml b/examples/pom.xml index 10532304d6b..1898a84b4e7 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.2</postgresql.version> + <postgresql.version>42.7.5</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 04f123cd8b3..cce12fc78a9 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ <lombok.version>1.18.36</lombok.version> <immutables.version>2.9.3</immutables.version> - <postgresql.version>42.7.2</postgresql.version> + <postgresql.version>42.7.5</postgresql.version> <mysql-connector-java.version>8.3.0</mysql-connector-java.version> <mssql.version>6.1.7.jre8-preview</mssql.version> <h2.version>2.2.224</h2.version>