We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d542de3 commit 7f2f8d4Copy full SHA for 7f2f8d4
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1732,13 +1732,10 @@ bom {
1732
releaseNotes("https://github.com/apache/pulsar-client-reactive/releases/tag/v{version}")
1733
}
1734
1735
- library("Quartz", "2.3.2") {
+ library("Quartz", "2.5.0") {
1736
group("org.quartz-scheduler") {
1737
modules = [
1738
- "quartz" {
1739
- exclude group: "com.mchange", module: "c3p0"
1740
- exclude group: "com.zaxxer", module: "*"
1741
- },
+ "quartz",
1742
"quartz-jobs"
1743
]
1744
0 commit comments