This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 88378d28d Bump Quartz to 2.4.0 (#2460)
88378d28d is described below
commit 88378d28db31fe0699e0af695a3031e5a1a5862b
Author: Ling Hengqian <[email protected]>
AuthorDate: Wed Nov 20 17:36:23 2024 +0800
Bump Quartz to 2.4.0 (#2460)
---
RELEASE-NOTES.md | 1 +
pom.xml | 8 +-------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index a5cf4c4dc..5d9d4cd3e 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -15,6 +15,7 @@
1. Build: Support for building with OpenJDK 22 -
[#2407](https://github.com/apache/shardingsphere-elasticjob/issues/2407)
1. Spring Boot Starter: Block `elasticjob-spring-boot-starter` from passing
`spring-boot-starter` test scope dependencies -
[#2418](https://github.com/apache/shardingsphere-elasticjob/issues/2418)
1. Doc: Adds documentation for connecting to Zookeeper Server with SASL
enabled - [#2442](https://github.com/apache/shardingsphere-elasticjob/pull/2442)
+1. Dependencies: Bump Quartz to 2.4.0 -
[#2439](https://github.com/apache/shardingsphere-elasticjob/issues/2439)
1. Build: Support building and using ElasticJob with JDK23 -
[#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
### Bug Fixes
diff --git a/pom.xml b/pom.xml
index 560d19570..57d86f712 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<gson.version>2.10.1</gson.version>
- <quartz.version>2.3.2</quartz.version>
+ <quartz.version>2.4.0</quartz.version>
<zookeeper.version>3.9.2</zookeeper.version>
<curator.version>5.7.1</curator.version>
@@ -188,12 +188,6 @@
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>${quartz.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.mchange</groupId>
- <artifactId>c3p0</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>