From 0d137e35ab7a688a52eac56bf5722965412e26d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:59:27 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-log4j12 from 2.0.13 to 2.0.14 Bumps org.slf4j:slf4j-log4j12 from 2.0.13 to 2.0.14. --- 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 385a378..d8ea4e6 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.13' - runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.13' + runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.14' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation('junit:junit:4.13.2') {transitive = false} testImplementation 'org.mockito:mockito-core:5.12.0'