Skip to content

Commit 7f2f8d4

Browse files
committed
Upgrade to Quartz 2.5.0
Closes gh-43688
1 parent d542de3 commit 7f2f8d4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,13 +1732,10 @@ bom {
17321732
releaseNotes("https://github.com/apache/pulsar-client-reactive/releases/tag/v{version}")
17331733
}
17341734
}
1735-
library("Quartz", "2.3.2") {
1735+
library("Quartz", "2.5.0") {
17361736
group("org.quartz-scheduler") {
17371737
modules = [
1738-
"quartz" {
1739-
exclude group: "com.mchange", module: "c3p0"
1740-
exclude group: "com.zaxxer", module: "*"
1741-
},
1738+
"quartz",
17421739
"quartz-jobs"
17431740
]
17441741
}

0 commit comments

Comments
 (0)