From 665e7e138878a9d941dc249e9677f81cf8751409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:01:16 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.0-beta1 to 2.0.0 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0-beta1 to 2.0.0. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0-beta1...v_2.0.0) --- 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 830991e02c49..bbbf30d5a9a9 100644 --- a/build.gradle +++ b/build.gradle @@ -177,7 +177,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.15.1' implementation 'com.konghq:unirest-java:3.13.10' - implementation 'org.slf4j:slf4j-api:2.0.0-beta1' + implementation 'org.slf4j:slf4j-api:2.0.0' implementation "org.tinylog:tinylog-api:2.4.1" implementation "org.tinylog:slf4j-tinylog:2.4.1" implementation "org.tinylog:tinylog-impl:2.4.1"