From f225960607c9dd96cc975c1820ae1eb03875ad6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:18:10 +0000 Subject: [PATCH] Bump kotlin-logging-jvm from 2.0.8 to 3.0.3 in /app Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.0.8 to 3.0.3. - [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/compare/2.0.8...3.0.3) --- 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..b60e8a1 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.3") runtimeOnly("org.postgresql:postgresql") implementation("software.amazon.awssdk:dynamodb-enhanced") implementation("software.amazon.awssdk:kms")