This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-bump-hive in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 4ecaccdc711197a37a22bd49129f6b17c204a1d4 Author: Fokko Driesprong <[email protected]> AuthorDate: Wed Apr 19 11:16:18 2023 +0200 Build: Bump Hive to 2.3.9 Some small bug fixes, but also removes the `commons-httpclient` dependency, which is nice. https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350009&styleName=Text&projectId=12310843 --- versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.props b/versions.props index 08551b27f1..418efd6771 100644 --- a/versions.props +++ b/versions.props @@ -2,7 +2,7 @@ org.slf4j:* = 1.7.36 org.apache.avro:avro = 1.11.1 org.apache.calcite:* = 1.10.0 org.apache.hadoop:* = 2.7.3 -org.apache.hive:* = 2.3.8 +org.apache.hive:* = 2.3.9 org.apache.httpcomponents.client5:* = 5.2.1 org.apache.orc:* = 1.8.3 org.apache.parquet:* = 1.12.3
