From 522b43d926eaa31985f846554b25a8c4249dad05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:24:29 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.36 to 2.0.0 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7bea77b8..ba3b1c48 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ repositories { dependencies { compile group: 'org.json', name: 'json', version:'20220320' - compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.36' + compile group: 'org.slf4j', name: 'slf4j-api', version:'2.0.0' compile group: 'commons-codec', name: 'commons-codec', version:'1.15' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' testCompile group: 'junit', name: 'junit', version:'4.13.2'