You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2020/09/14 12:45:35 UTC

[sling-org-apache-sling-commons-scheduler] 01/01: SLING-9731: update to quartz 2.3.2

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch issues/SLING-9731
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git

commit cc7649a13667e0392702ea7a8b9ea3110e198e3f
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Mon Sep 14 14:45:13 2020 +0200

    SLING-9731: update to quartz 2.3.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f2ce6dd..8cf32df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
         <dependency>
             <groupId>org.quartz-scheduler</groupId>
             <artifactId>quartz</artifactId>
-            <version>2.2.3</version>
+            <version>2.3.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>