From ae84b59cd5ec9c341b7db763de1ba3c86d1a88a2 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:01:58 +0000 Subject: [PATCH] fix(deps): update dependency commons-logging:commons-logging to v1.3.4 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 7a5c26ac..b797793f 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ dependencies { def guavaFailureAccessVersion = "1.0.2" def aopallianceVersion = "1.0" def slf4jVersion = "2.0.13" - def commonsLoggingVersion = "1.3.3" + def commonsLoggingVersion = "1.3.4" api("org.opensearch:opensearch:${opensearchVersion}") implementation("org.apache.logging.log4j:log4j-api:${log4jVersion}")