From 654a735d0ae17862e147eb7c1831d666f1fcb802 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 08:31:29 -0700 Subject: [PATCH] fix(deps): update dependency commons-logging:commons-logging to v1.3.4 (#1015) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- 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}")