This is an automated email from the ASF dual-hosted git repository. sunnianjun pushed a commit to branch 5.4.1-release in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 04b4538cd48eb6ebb12ef58b2051b71ad688fe7d Author: Liang Zhang <[email protected]> AuthorDate: Thu Oct 12 20:07:17 2023 +0800 Update h2 license (#28739) --- distribution/proxy-native/src/main/release-docs/LICENSE | 2 +- distribution/proxy/src/main/release-docs/LICENSE | 2 +- examples/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/proxy-native/src/main/release-docs/LICENSE b/distribution/proxy-native/src/main/release-docs/LICENSE index f41740785cd..db587cc1a8d 100644 --- a/distribution/proxy-native/src/main/release-docs/LICENSE +++ b/distribution/proxy-native/src/main/release-docs/LICENSE @@ -354,7 +354,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt. logback-classic 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 logback-core 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 mchange-commons-java 0.2.15: https://github.com/swaldman/mchange-commons-java, EPL 1.0 - h2 2.1.214: https://github.com/h2database/h2database, EPL 1.0 + h2 2.2.224: https://github.com/h2database/h2database, EPL 1.0 ======================================================================== MIT licenses diff --git a/distribution/proxy/src/main/release-docs/LICENSE b/distribution/proxy/src/main/release-docs/LICENSE index f41740785cd..db587cc1a8d 100644 --- a/distribution/proxy/src/main/release-docs/LICENSE +++ b/distribution/proxy/src/main/release-docs/LICENSE @@ -354,7 +354,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt. logback-classic 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 logback-core 1.2.11: https://github.com/qos-ch/logback, EPL 1.0 mchange-commons-java 0.2.15: https://github.com/swaldman/mchange-commons-java, EPL 1.0 - h2 2.1.214: https://github.com/h2database/h2database, EPL 1.0 + h2 2.2.224: https://github.com/h2database/h2database, EPL 1.0 ======================================================================== MIT licenses diff --git a/examples/pom.xml b/examples/pom.xml index 4c4921f69fb..e618529491e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -43,7 +43,7 @@ <hikari-cp.version>3.4.2</hikari-cp.version> <mysql-connector-java.version>5.1.49</mysql-connector-java.version> <postgresql.version>42.4.1</postgresql.version> - <h2.version>2.1.214</h2.version> + <h2.version>2.2.224</h2.version> <slf4j.version>1.7.7</slf4j.version> <logback.version>1.2.10</logback.version> <lombok.version>1.18.20</lombok.version>
