This is an automated email from the ASF dual-hosted git repository.
singhpk234 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 d6d44a7803 Build: Bump org.apache.httpcomponents.client5:httpclient5
(#14900)
d6d44a7803 is described below
commit d6d44a7803b218e7da6d514e96ad98282f22a2b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 20 21:56:57 2025 -0800
Build: Bump org.apache.httpcomponents.client5:httpclient5 (#14900)
Bumps
[org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client)
from 5.5.1 to 5.6.
-
[Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
-
[Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.5.1...rel/v5.6)
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
dependency-version: '5.6'
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 107cfdcddb..5e2d5435eb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -53,7 +53,7 @@ google-libraries-bom = "26.73.0"
gcs-analytics-core = "1.2.3"
guava = "33.5.0-jre"
hadoop3 = "3.4.2"
-httpcomponents-httpclient5 = "5.5.1"
+httpcomponents-httpclient5 = "5.6"
hive2 = { strictly = "2.3.10"} # see rich version usage explanation above
immutables-value = "2.12.0"
jackson-annotations = "2.20"