This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new 6b58d455b [CALCITE-6113] Update HttpComponents Core to 5.2.3 and
HttpComponents Client to 5.2.1 in Avatica
6b58d455b is described below
commit 6b58d455b2b27ef0ed3f22ddc0450b5c853174c8
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Nov 13 10:41:09 2023 +0100
[CALCITE-6113] Update HttpComponents Core to 5.2.3 and HttpComponents
Client to 5.2.1 in Avatica
---
gradle.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 933c27778..6b59c1c6e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -62,8 +62,8 @@ guava.version=32.1.1-jre
hamcrest.version=1.3
hsqldb.version=2.4.1
h2.version=1.4.197
-httpclient5.version=5.1.3
-httpcore5.version=5.1.3
+httpclient5.version=5.2.1
+httpcore5.version=5.2.3
jackson.version=2.15.2
jcip-annotations.version=1.0-1
jcommander.version=1.72