This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new dec091e0e fix(deps): update dependency
org.apache.httpcomponents.client5:httpclient5 to v5.6 (#3301)
dec091e0e is described below
commit dec091e0e93d73aeedb7c423e57ff4fdbeb3a635
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Dec 20 11:40:18 2025 +0000
fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5
to v5.6 (#3301)
---
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 154960345..2ea5c58d7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -41,7 +41,7 @@ swagger = "1.6.16"
#
agrona = { module = "org.agrona:agrona", version = "2.3.2" }
antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.strictly =
"4.9.3" } # spark integration tests
-apache-httpclient5 = { module =
"org.apache.httpcomponents.client5:httpclient5", version = "5.5.1" }
+apache-httpclient5 = { module =
"org.apache.httpcomponents.client5:httpclient5", version = "5.6" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.6" }
auth0-jwt = { module = "com.auth0:java-jwt", version = "4.5.0" }
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.40.8" }