From d79e7936b38caa362bed733e5b8baac4623cd4fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 03:39:50 +0000 Subject: [PATCH] Bump kotlin-logging from 2.0.6 to 2.0.10 Bumps [kotlin-logging](https://github.com/MicroUtils/kotlin-logging) from 2.0.6 to 2.0.10. - [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/2.0.10) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 726b9b5..27a878b 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { // logging compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.30' - compile 'io.github.microutils:kotlin-logging:2.0.6' + compile 'io.github.microutils:kotlin-logging:2.0.10' compile 'net.andreinc.ansiscape:ansiscape:0.0.2' // json