From c0156c965799ce49aa89f048c334bdc8962c00d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:24:03 +0100 Subject: [PATCH] Bump org.tinylog:slf4j-tinylog from 2.6.0 to 2.6.1 (#9665) Bumps [org.tinylog:slf4j-tinylog](https://github.com/tinylog-org/tinylog) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/tinylog-org/tinylog/releases) - [Changelog](https://github.com/tinylog-org/tinylog/blob/v2.7/release.md) - [Commits](https://github.com/tinylog-org/tinylog/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: org.tinylog:slf4j-tinylog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 43bdcc0e772..55b1535611a 100644 --- a/build.gradle +++ b/build.gradle @@ -179,7 +179,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.6' implementation "org.tinylog:tinylog-api:2.6.1" - implementation "org.tinylog:slf4j-tinylog:2.6.0" + implementation "org.tinylog:slf4j-tinylog:2.6.1" implementation "org.tinylog:tinylog-impl:2.6.0" implementation 'de.undercouch:citeproc-java:3.0.0-alpha.6'