You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/14 16:42:16 UTC

[ambari] branch trunk updated: AMBARI-25406: Upgrade dependency on org.quartz-scheduler:quartz:2.2.1 in Ambari (#3502)

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

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5946cd5625 AMBARI-25406: Upgrade dependency on org.quartz-scheduler:quartz:2.2.1 in Ambari (#3502)
5946cd5625 is described below

commit 5946cd562574638256cfc36c160f5461e61b9393
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Tue Nov 15 00:42:09 2022 +0800

    AMBARI-25406: Upgrade dependency on org.quartz-scheduler:quartz:2.2.1 in Ambari (#3502)
---
 ambari-server/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 6d00cd5ae4..1a2063353f 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1585,7 +1585,7 @@
     <dependency>
       <groupId>org.quartz-scheduler</groupId>
       <artifactId>quartz</artifactId>
-      <version>2.2.1</version>
+      <version>2.3.2</version>
       <exclusions>
         <exclusion>
           <groupId>c3p0</groupId>
@@ -1596,7 +1596,7 @@
     <dependency>
       <groupId>org.quartz-scheduler</groupId>
       <artifactId>quartz-jobs</artifactId>
-      <version>2.2.1</version>
+      <version>2.3.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.velocity</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org