From 44cfa4d37a010eda95df75a3bf46732a1d426c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 04:15:02 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.1 to 2.0.4 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.1 to 2.0.4. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3380a1872b..1857754967 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { exclude group: 'org.ow2.asm', module: 'asm' } api "org.ow2.asm:asm:9.3" - api "org.slf4j:slf4j-api:2.0.1" + api "org.slf4j:slf4j-api:2.0.4" api "net.sf.jopt-simple:jopt-simple:5.0.4" compileOnly("junit:junit:4.13.2") {