From da42e26ec09fb5c82045414c0b4c3e4af6889e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:00:28 +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 4ca4fcbda4..bf03077708 100644 --- a/build.gradle +++ b/build.gradle @@ -339,7 +339,7 @@ dependencies { implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.0' implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.20.0' // Bridges v1 to v2 for other code in other libs implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.9' - implementation group: 'commons-logging', name: 'commons-logging', version: '1.2' + implementation group: 'commons-logging', name: 'commons-logging', version: '1.3.0' // Image processing lib implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-core', version: '3.10.1' // https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-core