From fbf08fed65736a320268b2d52567092afc586230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:08:11 +0000 Subject: [PATCH] Bump commons-logging:commons-logging from 1.2 to 1.3.5 Bumps commons-logging:commons-logging from 1.2 to 1.3.5. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/build.gradle b/dependencies/build.gradle index 8e780e218..407964f31 100644 --- a/dependencies/build.gradle +++ b/dependencies/build.gradle @@ -38,7 +38,7 @@ dependencies { api "commons-codec:commons-codec:1.16.1" api "commons-cli:commons-cli:1.5.0" api "commons-lang:commons-lang:2.6" - api "commons-logging:commons-logging:1.2" + api "commons-logging:commons-logging:1.3.5" api "gsbase:gsbase:2.0.1" api "jdepend:jdepend:2.9.1" api "ldapsdk:ldapsdk:4.1"