diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 18e002d95..df48a4654 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -14,7 +14,7 @@ 1. Lifecycle: Support dynamic configuration of jobs through the Operation API in GraalVM Native Image - [#2426](https://github.com/apache/shardingsphere-elasticjob/pull/2426) 1. Doc: Adds documentation for connecting to Zookeeper Server with SASL enabled - [#2442](https://github.com/apache/shardingsphere-elasticjob/pull/2442) 1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453) -1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453) +1. Dependencies: Bump Quartz to 2.4.0-rc3 - [#2439](https://github.com/apache/shardingsphere-elasticjob/issues/2439) ### Bug Fixes diff --git a/pom.xml b/pom.xml index 560d19570..0f887c2a6 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 2.2 2.10.1 - 2.3.2 + 2.4.0-rc3 3.9.2 5.7.1 @@ -188,12 +188,6 @@ org.quartz-scheduler quartz ${quartz.version} - - - com.mchange - c3p0 - -