Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Update dependency io.github.microutils:kotlin-logging-jvm to v2.1.23 #159

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Versions {
const val DateTime = "0.3.0"
}

const val KotlinLogging = "2.0.11"
const val KotlinLogging = "2.1.23"
const val Moshi = "1.13.0"
object Plugins {
const val OpenAPI = "5.2.1"
Expand Down