Browse Source

Upgrade to Quartz 2.5.1

Closes gh-47889
pull/47903/head
Stéphane Nicoll 2 months ago
parent
commit
f5fe084eb6
  1. 1
      module/spring-boot-quartz/src/test/java/org/springframework/boot/quartz/actuate/endpoint/QuartzEndpointTests.java
  2. 2
      platform/spring-boot-dependencies/build.gradle

1
module/spring-boot-quartz/src/test/java/org/springframework/boot/quartz/actuate/endpoint/QuartzEndpointTests.java

@ -643,7 +643,6 @@ class QuartzEndpointTests { @@ -643,7 +643,6 @@ class QuartzEndpointTests {
Arguments.of(5, IntervalUnit.MINUTE, Duration.ofMinutes(5)),
Arguments.of(1, IntervalUnit.MONTH, ChronoUnit.MONTHS.getDuration()),
Arguments.of(30, IntervalUnit.SECOND, Duration.ofSeconds(30)),
Arguments.of(100, IntervalUnit.MILLISECOND, Duration.ofMillis(100)),
Arguments.of(1, IntervalUnit.WEEK, ChronoUnit.WEEKS.getDuration()),
Arguments.of(1, IntervalUnit.YEAR, ChronoUnit.YEARS.getDuration()));
}

2
platform/spring-boot-dependencies/build.gradle

@ -1799,7 +1799,7 @@ bom { @@ -1799,7 +1799,7 @@ bom {
releaseNotes("https://pulsar.apache.org/release-notes/versioned/pulsar-{version}")
}
}
library("Quartz", "2.5.0") {
library("Quartz", "2.5.1") {
group("org.quartz-scheduler") {
modules = [
"quartz",

Loading…
Cancel
Save