Skip to content

Commit

Permalink
Bump org.quartz-scheduler:quartz from 2.3.2 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz) from 2.3.2 to 2.5.0.
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/main/docs/changelog.adoc)
- [Commits](quartz-scheduler/quartz@v2.3.2...v2.5.0)

---
updated-dependencies:
- dependency-name: org.quartz-scheduler:quartz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent f24c43d commit f576ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exist-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.2</version> <!-- Quartz 2.3.1 has an issue on Windows, see: https://github.com/quartz-scheduler/quartz/issues/448 -->
<version>2.5.0</version> <!-- Quartz 2.3.1 has an issue on Windows, see: https://github.com/quartz-scheduler/quartz/issues/448 -->
<!-- exclude Quartz SQL connectivity options -->
<exclusions>
<exclusion>
Expand Down

0 comments on commit f576ff3

Please sign in to comment.