This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 8d0fe4262754bbab3fb978291743bf7a0dc63544 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Nov 13 08:58:07 2024 +0100 Upgrading Quartz --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index d0991b9d0f..f86caec5c1 100644 --- a/pom.xml +++ b/pom.xml @@ -812,6 +812,11 @@ under the License. </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.quartz-scheduler</groupId> + <artifactId>quartz</artifactId> + <version>2.5.0</version> + </dependency> <dependency> <groupId>org.springframework.boot</groupId>
