Skip to content

Commit 3b3f481

Browse files
chore(deps): bump kotlin-logging from 2.0.11 to 2.1.21
Bumps [kotlin-logging](https://github.com/MicroUtils/kotlin-logging) from 2.0.11 to 2.1.21. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](oshai/kotlin-logging@2.0.11...2.1.21) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adf93aa commit 3b3f481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import java.time.Duration
22
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33

44
val assertjVersion = "3.21.0"
5-
val kotlinLoggingVersion = "2.0.11"
5+
val kotlinLoggingVersion = "2.1.21"
66
val logbackVersion = "1.2.10"
77
val nimbusSdkVersion = "9.19"
88
val mockWebServerVersion = "4.9.2"

0 commit comments

Comments
 (0)