From 4de5510180cf4509a14f870c9c0877f69d83aa09 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Jun 2021 00:54:34 +0000 Subject: [PATCH] Update dependency io.github.microutils:kotlin-logging to v2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5ee3ed3..fa20b13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin") // Kotlin logging - implementation("io.github.microutils:kotlin-logging:1.12.5") + implementation("io.github.microutils:kotlin-logging:2.0.8") // Spring Rest Client Test testImplementation("org.springframework.boot:spring-boot-starter-test")