This is an automated email from the ASF dual-hosted git repository.
ngangam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 21d5720da42 HIVE-26032: Upgrade cron-utils to 9.1.6 (#3099)
21d5720da42 is described below
commit 21d5720da421de4cd5d92b211927a9720d323712
Author: Yuming Wang <[email protected]>
AuthorDate: Thu Apr 28 03:28:29 2022 +0800
HIVE-26032: Upgrade cron-utils to 9.1.6 (#3099)
---
standalone-metastore/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 48fbe91487c..68f63e3769e 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -99,7 +99,7 @@
<hamcrest.version>1.3</hamcrest.version>
<curator.version>4.2.0</curator.version>
<zookeeper.version>3.5.5</zookeeper.version>
- <cron-utils.version>9.1.3</cron-utils.version>
+ <cron-utils.version>9.1.6</cron-utils.version>
<spotbugs.version>4.0.3</spotbugs.version>
<caffeine.version>2.8.4</caffeine.version>
<slf4j.version>1.7.30</slf4j.version>