This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-quartz-shade.git
The following commit(s) were added to refs/heads/master by this push:
new ea26267 Bump org.quartz-scheduler:quartz from 2.5.0 to 2.5.1
ea26267 is described below
commit ea262678f6744da1f8eb2c4e806fd2ea83884e58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 04:22:19 2025 +0000
Bump org.quartz-scheduler:quartz from 2.5.0 to 2.5.1
Bumps
[org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz) from
2.5.0 to 2.5.1.
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
-
[Commits](https://github.com/quartz-scheduler/quartz/compare/v2.5.0...v2.5.1)
---
updated-dependencies:
- dependency-name: org.quartz-scheduler:quartz
dependency-version: 2.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2395dfc..af78172 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
</mailingLists>
<properties>
- <quartz.version>2.5.0</quartz.version>
+ <quartz.version>2.5.1</quartz.version>
</properties>
<dependencies>