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:50:07 UTC

[sling-org-apache-sling-commons-scheduler] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git


The following commit(s) were added to refs/heads/master by this push:
     new ab49b94  SLING-9731: update to quartz 2.3.2
ab49b94 is described below

commit ab49b94c5327890a531718bc4f869228b48360e6
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>