From bb0f6878d8513662c47f67a1d512e20430680aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:54:11 +0000 Subject: [PATCH] chore(deps): bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 Bumps org.slf4j:slf4j-api from 2.0.13 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 4610c16..3dfa611 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.11.0' implementation 'commons-beanutils:commons-beanutils:1.9.4' implementation 'commons-io:commons-io:2.16.1' - implementation 'org.slf4j:slf4j-api:2.0.13' + implementation 'org.slf4j:slf4j-api:2.0.16' testImplementation 'junit:junit:4.13.2' testImplementation 'com.github.tomakehurst:wiremock:3.0.1'