From 4755af29d40873bc0732c517731c50db1e373f34 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 03:18:14 +0000 Subject: [PATCH] Update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.5 Signed-off-by: mend-for-github-com[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27c372abd..7b851195a 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation "org.opensearch:common-utils:${common_utils_version}" implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1' implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' - api "org.apache.httpcomponents.core5:httpcore5:5.2.2" + api "org.apache.httpcomponents.core5:httpcore5:5.2.5" implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1" implementation "org.glassfish:jakarta.json:2.0.1" implementation "org.eclipse:yasson:3.0.3"