Skip to content

Commit f5fe084

Browse files
committed
Upgrade to Quartz 2.5.1
Closes gh-47889
1 parent 1b57cdf commit f5fe084

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ static Stream<Arguments> intervalUnitParameters() {
643643
Arguments.of(5, IntervalUnit.MINUTE, Duration.ofMinutes(5)),
644644
Arguments.of(1, IntervalUnit.MONTH, ChronoUnit.MONTHS.getDuration()),
645645
Arguments.of(30, IntervalUnit.SECOND, Duration.ofSeconds(30)),
646-
Arguments.of(100, IntervalUnit.MILLISECOND, Duration.ofMillis(100)),
647646
Arguments.of(1, IntervalUnit.WEEK, ChronoUnit.WEEKS.getDuration()),
648647
Arguments.of(1, IntervalUnit.YEAR, ChronoUnit.YEARS.getDuration()));
649648
}

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ bom {
17991799
releaseNotes("https://pulsar.apache.org/release-notes/versioned/pulsar-{version}")
18001800
}
18011801
}
1802-
library("Quartz", "2.5.0") {
1802+
library("Quartz", "2.5.1") {
18031803
group("org.quartz-scheduler") {
18041804
modules = [
18051805
"quartz",

0 commit comments

Comments
 (0)