From 8d8d485d410de841fa37cad497272a435f3613ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:45:06 +0000 Subject: [PATCH] Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 in /hive Bumps commons-logging:commons-logging from 1.3.4 to 1.3.5. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hive/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive/build.gradle b/hive/build.gradle index 3a9ab8e71..e8a578a2a 100644 --- a/hive/build.gradle +++ b/hive/build.gradle @@ -32,7 +32,7 @@ dependencies { } implementation("org.apache.hive:hive-exec:$hiveVersion") implementation("org.apache.hive:hive-metastore:$hiveVersion") - implementation("commons-logging:commons-logging:1.3.4") + implementation("commons-logging:commons-logging:1.3.5") implementation("javax.xml.bind:jaxb-api:2.3.1") testImplementation(project(":test:shared"))