From b5502fd5840476f98530a2731fd7abb921bb3ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:31:04 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 7.0.0 to 7.0.3 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 7.0.0 to 7.0.3. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/7.0.0...7.0.3) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c236706d..41ab27aa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ blossom = "2.1.0" # Libraries kord-extensions = "2.3.1-SNAPSHOT" kordex-plugin = "1.6.0" -logging = "7.0.0" +logging = "7.0.3" logback = "1.5.12" github-api = "1.326" kmongo = "5.1.0"