From 0a47fdf550c91ef1ba0af1c65bc54f38374f139d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 May 2021 19:17:38 +0000 Subject: [PATCH] Bump slf4j-api from 1.8.0-beta4 to 2.0.0-alpha0 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.8.0-beta4 to 2.0.0-alpha0. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) 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 6daf6f5..9a12ef9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -123,7 +123,7 @@ dependencies { implementation("org.l33tlabs.twl:pngdecoder:1.0") implementation("io.imgui.java:binding:1.77-0.17.2") implementation("io.imgui.java:lwjgl3:1.77-0.17.2") - implementation("org.slf4j:slf4j-api:1.8.0-beta4") + implementation("org.slf4j:slf4j-api:2.0.0-alpha0") testRuntimeOnly("org.slf4j:slf4j-simple:1.8.0-beta4") implementation("org.joml", "joml", jomlVersion)