From 387bd0755d4f7ab56ff50b9ce7f2e05f4e71c311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:12:43 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.13 Bumps org.slf4j:slf4j-api from 2.0.11 to 2.0.13. --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index baec355..9f3f22b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("mysql:mysql-connector-java:8.0.33") /* Adding drivers for MySQL and SQLite */ implementation("org.xerial:sqlite-jdbc:3.45.0.0") compileOnly("junit:junit:4.13.2") - implementation("org.slf4j:slf4j-api:2.0.11") + implementation("org.slf4j:slf4j-api:2.0.13") implementation("me.hsgamer:hscore-minestom-gui:4.3.28") implementation("net.objecthunter:exp4j:0.4.8") implementation("com.google.guava:guava:33.0.0-jre")