From c2e1a4506bab2c28bd481d612e2cabc454eddb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:18:58 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 Bumps org.slf4j:slf4j-api from 2.0.15 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api 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 b0645fe..c379abd 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'com.google.guava:guava:33.2.1-jre' runtimeOnly 'com.h2database:h2:2.3.230' implementation 'c3p0:c3p0:0.9.1.2' - implementation 'org.slf4j:slf4j-api:2.0.15' + implementation 'org.slf4j:slf4j-api:2.0.16' runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.15' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation('junit:junit:4.13.2') {transitive = false}