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 3c6937f96a HIVE-26109: Upgrade groovy to 2.4.21 due to CVE (#3171)
3c6937f96a is described below
commit 3c6937f96a3af46568940d06ae30bf261b7c5386
Author: Yu-Wen <[email protected]>
AuthorDate: Mon Apr 4 09:50:40 2022 -0700
HIVE-26109: Upgrade groovy to 2.4.21 due to CVE (#3171)
(Yu-Wen Lai via Naveen Gangam)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 90878293a9..7fcf9eeafd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<druid.version>0.17.1</druid.version>
<flatbuffers.version>1.6.0.1</flatbuffers.version>
<guava.version>19.0</guava.version>
- <groovy.version>2.4.11</groovy.version>
+ <groovy.version>2.4.21</groovy.version>
<h2database.version>2.1.210</h2database.version>
<hadoop.version>3.1.0</hadoop.version>
<hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop</hadoop.bin.path>