From ceac9139a05f56a89fa1125564a658f97cab9dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:54:09 +0000 Subject: [PATCH] chore(deps): bump org.slf4j:slf4j-jdk14 from 2.0.13 to 2.0.16 Bumps org.slf4j:slf4j-jdk14 from 2.0.13 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-jdk14 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 4610c16..b0aaba3 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.github.tomakehurst:wiremock:3.0.1' - testImplementation 'org.slf4j:slf4j-jdk14:2.0.13' + testImplementation 'org.slf4j:slf4j-jdk14:2.0.16' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.3' }