From e41d85373c198b2bb072f795f461a29b7eb476f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:21:45 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-log4j12 from 2.0.15 to 2.0.16 Bumps org.slf4j:slf4j-log4j12 from 2.0.15 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-log4j12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c379abd..0120827 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { runtimeOnly 'com.h2database:h2:2.3.230' implementation 'c3p0:c3p0:0.9.1.2' implementation 'org.slf4j:slf4j-api:2.0.16' - runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.15' + runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.16' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation('junit:junit:4.13.2') {transitive = false} testImplementation 'org.mockito:mockito-core:5.12.0'