From c15764918ba04fdb6fe60dc0703c3589b7f03ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:02:45 +0100 Subject: [PATCH] Bump org.tinylog:tinylog-api from 2.6.2 to 2.7.0 (#29) Bumps [org.tinylog:tinylog-api](https://github.com/tinylog-org/tinylog) from 2.6.2 to 2.7.0. - [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.2...2.7.0) --- updated-dependencies: - dependency-name: org.tinylog:tinylog-api dependency-type: direct:production update-type: version-update:semver-minor ... 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 695c478..58c83f4 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ sourceSets { } dependencies { - implementation 'org.tinylog:tinylog-api:2.6.2' + implementation 'org.tinylog:tinylog-api:2.7.0' implementation 'org.tinylog:tinylog-impl:2.7.0' implementation 'org.tinylog:slf4j-tinylog:2.7.0'