Skip to content

Commit

Permalink
⬆️ Upgrade kotlin-logging from 3.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysoun committed Jul 19, 2024
1 parent d39a5cc commit c2dece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
const val kotlin = "1.6.21"
const val kotlinLogging = "3.0.1"
const val kotlinLogging = "4.0.2"
const val logbackClassic = "1.3.3"
const val junit = "5.7.0"
const val testcontainers = "1.17.4"
Expand Down

0 comments on commit c2dece6

Please sign in to comment.