From b2a1c3e07fcb4d411b8e742f8de14d776dddbd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 10:16:18 +0000 Subject: [PATCH] Bump slf4j-simple from 1.8.0-beta4 to 2.0.0-alpha7 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.8.0-beta4 to 2.0.0-alpha7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.8.0-beta4...v_2.0.0-alpha7) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-major ... 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 a204a59..e603903 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -127,7 +127,7 @@ dependencies { 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") - testRuntimeOnly("org.slf4j:slf4j-simple:1.8.0-beta4") + testRuntimeOnly("org.slf4j:slf4j-simple:2.0.0-alpha7") implementation("org.joml", "joml", jomlVersion) //LWJGL