From 2dd49aa3652eb6b8e4b9cf06387c2d8af316fdf5 Mon Sep 17 00:00:00 2001 From: Will Mooreston Date: Fri, 25 Apr 2025 10:25:44 -0700 Subject: [PATCH] backport httpclient5Version bump from https://github.com/LabKey/server/pull/1026 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index db7834fb4e..bd1f179029 100644 --- a/gradle.properties +++ b/gradle.properties @@ -182,8 +182,8 @@ hamcrestVersion=2.2 # Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle htsjdkVersion=4.0.0 -httpclient5Version=5.4.1 -httpcore5Version=5.3.2 +httpclient5Version=5.4.3 +httpcore5Version=5.3.4 # Not used directly, but these are widely used transitive dependencies httpclientVersion=4.5.14