From c27357bc56885f445fcc482e159a712076b0c28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:25:05 +0000 Subject: [PATCH] build(deps): Bump slf4j-api from 2.0.3 to 2.0.4 in /common Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 9788a9a..8d3c912 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -10,7 +10,7 @@ repositories { dependencies { compileOnly("org.spongepowered:configurate-hocon:4.1.2") - compileOnly("org.slf4j:slf4j-api:2.0.3") + compileOnly("org.slf4j:slf4j-api:2.0.4") compileOnly("net.byteflux:libby-core:1.1.5") compileOnly("net.kyori:adventure-api:4.11.0") }