Skip to content

Commit e95d3ec

Browse files
committed
Bump Quartz to 2.4.0-rc3
1 parent a5478ea commit e95d3ec

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

RELEASE-NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1. Lifecycle: Support dynamic configuration of jobs through the Operation API in GraalVM Native Image - [#2426](https://github.com/apache/shardingsphere-elasticjob/pull/2426)
1515
1. Doc: Adds documentation for connecting to Zookeeper Server with SASL enabled - [#2442](https://github.com/apache/shardingsphere-elasticjob/pull/2442)
1616
1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
17-
1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
17+
1. Dependencies: Bump Quartz to 2.4.0-rc3 - [#2439](https://github.com/apache/shardingsphere-elasticjob/issues/2439)
1818

1919
### Bug Fixes
2020

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<snakeyaml.version>2.2</snakeyaml.version>
6767
<gson.version>2.10.1</gson.version>
6868

69-
<quartz.version>2.3.2</quartz.version>
69+
<quartz.version>2.4.0-rc3</quartz.version>
7070

7171
<zookeeper.version>3.9.2</zookeeper.version>
7272
<curator.version>5.7.1</curator.version>
@@ -188,12 +188,6 @@
188188
<groupId>org.quartz-scheduler</groupId>
189189
<artifactId>quartz</artifactId>
190190
<version>${quartz.version}</version>
191-
<exclusions>
192-
<exclusion>
193-
<groupId>com.mchange</groupId>
194-
<artifactId>c3p0</artifactId>
195-
</exclusion>
196-
</exclusions>
197191
</dependency>
198192

199193
<dependency>

0 commit comments

Comments
 (0)