diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml
index 75a6b7a4e2f5d..3945b115811ba 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, 20 ]
+ java-version: [ 11, 17, 21-ea ]
steps:
- name: Support Long Paths in Windows
if: matrix.os == 'windows-latest'
diff --git a/agent/core/pom.xml b/agent/core/pom.xml
index 014a57a65ea3c..79babf7258f89 100644
--- a/agent/core/pom.xml
+++ b/agent/core/pom.xml
@@ -52,6 +52,7 @@
net.bytebuddy
byte-buddy
+ compile
org.yaml
diff --git a/agent/pom.xml b/agent/pom.xml
index 7c8129d7bc470..47cfdac6a0eeb 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -33,17 +33,8 @@
plugins
-
- 1.14.4
-
-
-
- net.bytebuddy
- byte-buddy
- ${bytebuddy.version}
-
org.apache.shardingsphere
shardingsphere-test-util
diff --git a/pom.xml b/pom.xml
index aa743a7b073de..0717b54cd13be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
2.14.2
4.10.1
+ 1.14.8
1.33
2.9.1
2.14.0
@@ -102,7 +103,7 @@
1.7.36
1.2.11
- 1.18.20
+ 1.18.30
42.4.1
3.1.0-og
@@ -128,15 +129,15 @@
1.4.13
4.0.0
1.6.2
- 0.9.24
+ 0.9.27
3.2.1
3.11.0
3.3.1
- 3.0.0
+ 3.1.2
3.3.0
- 3.0.5
+ 3.1.3
3.3.0
3.5.0
3.1.0
@@ -571,20 +572,37 @@
test
- org.mockito
- mockito-core
- ${mockito.version}
+ net.bytebuddy
+ byte-buddy
+ ${bytebuddy.version}
+ test
+
+
+ net.bytebuddy
+ byte-buddy-agent
+ ${bytebuddy.version}
test
org.mockito
- mockito-inline
+ mockito-bom
${mockito.version}
- test
+ pom
+ import
+
+
+ net.bytebuddy
+ byte-buddy
+
+
+ net.bytebuddy
+ byte-buddy-agent
+
+
org.mockito
- mockito-junit-jupiter
+ mockito-inline
${mockito.version}
test
@@ -674,14 +692,17 @@
org.mockito
mockito-core
+ test
org.mockito
mockito-inline
+ test
org.mockito
mockito-junit-jupiter
+ test
@@ -1235,7 +1256,6 @@
org.apache.shardingsphere.agent.core.**
- --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED