From 909bae4999a9bdec299065106c7fa0f477dfe201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:50:44 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 Bumps org.slf4j:slf4j-api from 2.0.7 to 2.0.9. --- 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 01300b87d..7401358c0 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { // https://mvnrepository.com/artifact/org.openjdk.nashorn/nashorn-core implementation 'org.openjdk.nashorn:nashorn-core:15.4' // https://mvnrepository.com/artifact/org.slf4j/slf4j-api - implementation 'org.slf4j:slf4j-api:2.0.7' + implementation 'org.slf4j:slf4j-api:2.0.9' // https://mvnrepository.com/artifact/org.swinglabs.swingx/swingx-autocomplete implementation 'org.swinglabs.swingx:swingx-autocomplete:1.6.5-1' }