From 03a6941eb89b1dde667927fe13826bacb38a131d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 04:57:14 +0000 Subject: [PATCH] Bump tinylog from 2.3.2 to 2.7.0 in /hub-backend Bumps `tinylog` from 2.3.2 to 2.7.0. Updates `org.tinylog:tinylog-api-kotlin` from 2.3.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.3.2...2.7.0) Updates `org.tinylog:tinylog-impl` from 2.3.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.3.2...2.7.0) Updates `org.tinylog:slf4j-tinylog` from 2.3.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.3.2...2.7.0) --- updated-dependencies: - dependency-name: org.tinylog:tinylog-api-kotlin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.tinylog:tinylog-impl dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.tinylog:slf4j-tinylog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hub-backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub-backend/build.gradle.kts b/hub-backend/build.gradle.kts index 4aff688c..25402925 100644 --- a/hub-backend/build.gradle.kts +++ b/hub-backend/build.gradle.kts @@ -36,7 +36,7 @@ repositories { val kmongo = "4.3.0" val ktor = "1.6.3" -val tinylog = "2.3.2" +val tinylog = "2.7.0" val junit = "5.8.1" val testcontainers = "1.16.0"