From fb81da300ca8b4b2b3ac1f8555c9d8f4a5f2f286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:01:25 +0000 Subject: [PATCH] Bump tinylog-api from 2.4.1 to 2.5.0 Bumps [tinylog-api](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-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 830991e02c4..0c7952443c3 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ dependencies { implementation 'com.konghq:unirest-java:3.13.10' implementation 'org.slf4j:slf4j-api:2.0.0-beta1' - implementation "org.tinylog:tinylog-api:2.4.1" + implementation "org.tinylog:tinylog-api:2.5.0" implementation "org.tinylog:slf4j-tinylog:2.4.1" implementation "org.tinylog:tinylog-impl:2.4.1"