From 0265eec9a869818e09bfb82e48fab93c81f6ee5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 05:52:54 +0100 Subject: [PATCH] fix: bump io.github.oshai:kotlin-logging-jvm from 5.1.1 to 6.0.0 (#24) Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 5.1.1 to 6.0.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.1.1...6.0.0) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f54750f..341fff5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ val prometheusVersion = "0.16.0" val junitJupiterVersion = "5.10.1" val verapdfVersion = "1.24.1" val ktfmtVersion = "0.44" -val kotlinloggerVersion = "5.1.1" +val kotlinloggerVersion = "6.0.0" val kotestVersion = "5.8.0" val javaVersion = JavaVersion.VERSION_21