From a42ded06f121686beb2e01eaedc9bb0af44bf7ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:05:24 +0000 Subject: [PATCH] Bump io.github.microutils:kotlin-logging-jvm from 2.0.8 to 3.0.5 in /app Bumps [io.github.microutils:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 2.0.8 to 3.0.5. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/2.0.8...3.0.5) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c7669e6..a5795ff 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") - implementation("io.github.microutils:kotlin-logging-jvm:2.0.8") + implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") runtimeOnly("org.postgresql:postgresql") implementation("software.amazon.awssdk:dynamodb-enhanced") implementation("software.amazon.awssdk:kms")