This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new b92ed13d6f Build: Bump org.apache.httpcomponents.client5:httpclient5
(#11186)
b92ed13d6f is described below
commit b92ed13d6f2162c7d910b901399cc92de8bf0a6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 23 14:42:47 2024 +0200
Build: Bump org.apache.httpcomponents.client5:httpclient5 (#11186)
Bumps
[org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client)
from 5.3.1 to 5.4.
-
[Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
-
[Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.3.1...rel/v5.4)
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index bdad45095c..dc23f1247b 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -47,7 +47,7 @@ google-libraries-bom = "26.44.0"
guava = "33.3.0-jre"
hadoop2 = "2.7.3"
hadoop3 = "3.3.6"
-httpcomponents-httpclient5 = "5.3.1"
+httpcomponents-httpclient5 = "5.4"
hive2 = { strictly = "2.3.9"} # see rich version usage explanation above
hive3 = "3.1.3"
immutables-value = "2.10.1"