From e6f19d7128d42caecf5d8401629c49acad1352eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:53:04 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 6.0.3 to 6.0.4 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 6.0.3 to 6.0.4. - [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/6.0.3...6.0.4) --- 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 39eb3086..0f424944 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ blossom = "2.1.0" # Libraries kord-extensions = "1.8.0-20240319.115836-21" -logging = "6.0.3" +logging = "6.0.4" logback = "1.5.3" github-api = "1.319" kmongo = "4.11.0"