This is an automated email from the ASF dual-hosted git repository.
sbadhya 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 a823babaf60 HIVE-27824 : Upgrade ivy to 2.5.2 and htmlunit to 2.70.0
(#4939) (Devaspati Krishnatri reviewed by Attila Turoczy, Sourabh Badhya)
a823babaf60 is described below
commit a823babaf60e642119d007676176b35e912ae99c
Author: Devaspati <[email protected]>
AuthorDate: Mon Dec 18 10:10:39 2023 +0530
HIVE-27824 : Upgrade ivy to 2.5.2 and htmlunit to 2.70.0 (#4939) (Devaspati
Krishnatri reviewed by Attila Turoczy, Sourabh Badhya)
---
itests/hive-unit/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/itests/hive-unit/pom.xml b/itests/hive-unit/pom.xml
index 29ece216722..7c3b2333b9e 100644
--- a/itests/hive-unit/pom.xml
+++ b/itests/hive-unit/pom.xml
@@ -26,7 +26,7 @@
<properties>
<hive.path.to.root>../..</hive.path.to.root>
<testcontainers.version>1.15.2</testcontainers.version>
- <htmlunit.version>2.67.0</htmlunit.version>
+ <htmlunit.version>2.70.0</htmlunit.version>
</properties>
<dependencies>
<!-- intra-project -->
diff --git a/pom.xml b/pom.xml
index 376c698d181..62ba8c78d61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
<!-- httpcomponents are not always in version sync -->
<httpcomponents.client.version>4.5.13</httpcomponents.client.version>
<httpcomponents.core.version>4.4.13</httpcomponents.core.version>
- <ivy.version>2.5.1</ivy.version>
+ <ivy.version>2.5.2</ivy.version>
<jackson.version>2.13.5</jackson.version>
<jamon.plugin.version>2.3.4</jamon.plugin.version>
<jamon-runtime.version>2.4.1</jamon-runtime.version>