Skip to content

Commit c93f1e6

Browse files
committed
Bump Quartz to 2.4.0
1 parent c10be8a commit c93f1e6

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

RELEASE-NOTES.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
1. Build: Support for building with OpenJDK 22 - [#2407](https://github.com/apache/shardingsphere-elasticjob/issues/2407)
1616
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)
1717
1. Doc: Adds documentation for connecting to Zookeeper Server with SASL enabled - [#2442](https://github.com/apache/shardingsphere-elasticjob/pull/2442)
18+
1. Dependencies: Bump Quartz to 2.4.0 - [#2439](https://github.com/apache/shardingsphere-elasticjob/issues/2439)
1819
1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
1920

2021
### Bug Fixes

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</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)