From 2993660cd6e88dfbfe28abe74a4819c50e87d16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:39:03 +0000 Subject: [PATCH] Bump tinylog-impl from 2.4.1 to 2.5.0 Bumps [tinylog-impl](https://github.com/tinylog-org/tinylog) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/tinylog-org/tinylog/releases) - [Changelog](https://github.com/tinylog-org/tinylog/blob/v2.5/release.md) - [Commits](https://github.com/tinylog-org/tinylog/compare/2.4.1...2.5.0) --- updated-dependencies: - dependency-name: org.tinylog:tinylog-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 522a5fae142..ce652886426 100644 --- a/build.gradle +++ b/build.gradle @@ -177,10 +177,10 @@ 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.5.0" implementation "org.tinylog:slf4j-tinylog:2.4.1" - implementation "org.tinylog:tinylog-impl:2.4.1" + implementation "org.tinylog:tinylog-impl:2.5.0" implementation 'de.undercouch:citeproc-java:3.0.0-alpha.6'