From f2d3647880ad4ded6321e73006f01901f0c19393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:32:01 +0000 Subject: [PATCH] Bump tinylog from 2.6.2 to 2.7.0 in /reposilite-backend Bumps `tinylog` from 2.6.2 to 2.7.0. Updates `org.tinylog:slf4j-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) Updates `org.tinylog:tinylog-api` 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) Updates `org.tinylog:tinylog-impl` 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:slf4j-tinylog dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.tinylog:tinylog-api 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 ... Signed-off-by: dependabot[bot] --- reposilite-backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reposilite-backend/build.gradle.kts b/reposilite-backend/build.gradle.kts index 3f76dbd73..03f4af6fa 100644 --- a/reposilite-backend/build.gradle.kts +++ b/reposilite-backend/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { implementation("com.reposilite:journalist-slf4j:$journalist") implementation("com.reposilite:journalist-tinylog:$journalist") - val tinylog = "2.6.2" + val tinylog = "2.7.0" implementation("org.tinylog:slf4j-tinylog:$tinylog") implementation("org.tinylog:tinylog-api:$tinylog") implementation("org.tinylog:tinylog-impl:$tinylog")