From a49b6a495d751fe93961f9dcbad4480a8c3dd5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:43:05 +0200 Subject: [PATCH] fix: bump io.github.oshai:kotlin-logging-jvm from 6.0.9 to 7.0.0 (#76) Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 6.0.9 to 7.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/6.0.9...7.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 a51645d..140f32b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ val prometheusVersion = "0.16.0" val junitJupiterVersion = "5.10.2" val verapdfVersion = "1.26.1" val ktfmtVersion = "0.44" -val kotlinloggerVersion = "6.0.9" +val kotlinloggerVersion = "7.0.0" val kotestVersion = "5.9.1" val javaVersion = JvmTarget.JVM_21