diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index fba8efb736eb76..0242f317f7c698 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - java-version: [ 11, 17, 21, 22 ] + java-version: [ 11, 17, 21, 23 ] steps: - name: Support Long Paths in Windows if: matrix.os == 'windows-latest' diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0d801677fe2676..4da4b25615ce66 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -14,6 +14,7 @@ 1. DistSQL: Support connecting to Postgres via DistSQL in Proxy Native - [#33124](https://github.com/apache/shardingsphere/pull/33124) 1. DistSQL: Check duplicate actual data nodes when creating or altering sharding table rule - [#33138](https://github.com/apache/shardingsphere/pull/33138) 1. DistSQL: Check user privilege when registering or altering storage unit - [#32172](https://github.com/apache/shardingsphere/pull/32172) +1. Infra: Support building with OpenJDK23 - [#33025](https://github.com/apache/shardingsphere/pull/33025) ### Bug Fix diff --git a/examples/pom.xml b/examples/pom.xml index 5f5fed31a06142..579c7e6ceafda4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -46,7 +46,7 @@ 2.2.224 1.7.7 1.2.13 - 1.18.30 + 1.18.34 3.5.9 2.0.5 2.1.3 diff --git a/pom.xml b/pom.xml index e369ff79627e73..5fa06635066046 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ 1.2.13 1.2 - 1.18.30 + 1.18.34 42.7.2 8.3.0 @@ -157,9 +157,9 @@ 1.0.0 4.9.10 3.2.1 - 3.11.0 + 3.13.0 3.3.1 - 3.1.2 + 3.5.1 3.2.5 3.3.0 3.1.3 @@ -994,6 +994,7 @@ 8 + full