From e7ea24ffec7c8c37403c506f0b15fb4dd02f3674 Mon Sep 17 00:00:00 2001 From: Will Mooreston <97046018+labkey-willm@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:18:37 -0700 Subject: [PATCH] backport httpclient5Version bump from https://github.com/LabKey/server/pull/1026 (#1051) --- 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