From b8a64c613aaa0ed10497cdcdafa7516ec414b6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 04:21:11 +0000 Subject: [PATCH] Bump tinylog-impl from 2.2.1 to 2.4.1 Bumps [tinylog-impl](https://github.com/tinylog-org/tinylog) from 2.2.1 to 2.4.1. - [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.2.1...2.4.1) --- updated-dependencies: - dependency-name: org.tinylog:tinylog-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ed15a59..26d1782 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'org.tinylog:tinylog-api:2.2.1' - runtimeOnly 'org.tinylog:tinylog-impl:2.2.1' + runtimeOnly 'org.tinylog:tinylog-impl:2.4.1' implementation "androidx.room:room-runtime:2.2.6" annotationProcessor "androidx.room:room-compiler:2.2.6" }