From c5d7a11510972f752ef385fbdd88f5969f073b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 03:09:56 +0000 Subject: [PATCH] Bump commons-logging:commons-logging from 1.2 to 1.3.0 Bumps commons-logging:commons-logging from 1.2 to 1.3.0. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bb5940a..14d638c 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation fileTree(dir: "${cfiPath}/dist", include: "checker-framework-inference.jar") implementation fileTree(dir: "${cfiPath}/dist", include: "inference-framework-test-lib.jar") implementation group: 'log4j', name: 'log4j', version: '1.2.17' - implementation 'commons-logging:commons-logging:1.2' + implementation 'commons-logging:commons-logging:1.3.0' testImplementation framework_test_jar testImplementation 'junit:junit:4.13.2'