From 3b10f17d7652c8530f96d776d9571967cdf4cc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:11:23 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging from 5.0.1 to 5.1.0 Bumps [io.github.oshai:kotlin-logging](https://github.com/oshai/kotlin-logging) from 5.0.1 to 5.1.0. - [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.1...5.1.0) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging dependency-type: direct:production update-type: version-update:semver-minor ... 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 3bcc92aba..0d4ab5640 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ okio = "3.5.0" kotest = "5.6.2" kotest-testcontainers = "2.0.2" kotest-arrow = "1.3.3" -klogging = "5.0.1" +klogging = "5.1.0" uuid = "0.0.20" postgresql = "42.6.0" testcontainers = "1.18.3"