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 <wuzhi...@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-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org