This is an automated email from the ASF dual-hosted git repository. dionusos pushed a commit to branch branch-5.2 in repository https://gitbox.apache.org/repos/asf/oozie.git
commit 95c4e62eaf7a4562ff8676feb975832b1d730f18 Author: Mate Juhasz <[email protected]> AuthorDate: Thu Jul 9 12:30:54 2020 +0200 OOZIE-3601 Upgrade quartz to 2.3.2 (dengliming via matijhs) --- pom.xml | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3452b3..59f8712 100644 --- a/pom.xml +++ b/pom.xml @@ -1530,7 +1530,7 @@ <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> - <version>2.3.1</version> + <version>2.3.2</version> </dependency> <dependency> diff --git a/release-log.txt b/release-log.txt index d1b1599..e18ca4f 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.2.1 release (unreleased) +OOZIE-3601 Upgrade quartz to 2.3.2 (dengliming via matijhs) OOZIE-3549 Add back support for truststore passwords (matijhs via asalamon74) -- Oozie 5.2.0 release
