From cb132195e1a9ca88cf542f1720b6082e0d51ee08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:04:00 +0000 Subject: [PATCH] chore(deps): bump kotlin-logging from 3.0.3 to 3.0.4 Bumps [kotlin-logging](https://github.com/MicroUtils/kotlin-logging) from 3.0.3 to 3.0.4. - [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/3.0.3...3.0.4) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1c644c24..31ebce6f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import java.time.Duration import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask val assertjVersion = "3.23.1" -val kotlinLoggingVersion = "3.0.3" +val kotlinLoggingVersion = "3.0.4" val logbackVersion = "1.2.11" val nimbusSdkVersion = "10.1" val mockWebServerVersion = "4.10.0"