From 840e6f40da0b19b4052f0e45b8b890fefa079f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 22:07:21 +0000 Subject: [PATCH] Bump kotlin-logging-jvm from 2.0.8 to 2.0.12 in /app Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.0.8 to 2.0.12. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/commits) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch ... 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..1155987 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:2.0.12") runtimeOnly("org.postgresql:postgresql") implementation("software.amazon.awssdk:dynamodb-enhanced") implementation("software.amazon.awssdk:kms")