From 50fbed8d5e2764d92ddd1dccb0930fde09c5a637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:24:37 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 5.0.0-beta-04 to 5.0.1 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 5.0.0-beta-04 to 5.0.1. - [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/5.0.0-beta-04...5.0.1) --- 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 b9c6ce91b..7e33489a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ okio = "3.4.0" kotest = "5.6.2" kotest-testcontainers = "2.0.2" kotest-arrow = "1.3.3" -klogging = "5.0.0-beta-04" +klogging = "5.0.1" uuid = "0.0.20" postgresql = "42.6.0" testcontainers = "1.18.3"