Skip to content

Commit

Permalink
Bumped micrometer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Apr 8, 2024
1 parent af61dac commit 40e9180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencyResolutionManagement {
library("coroutines-jdk8", "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines")

library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.1.8")
library("micrometer-core", "io.micrometer:micrometer-core:1.11.1")
library("micrometer-core", "io.micrometer:micrometer-core:1.12.4")

val kotest = "5.7.2"
library("kotest-datatest", "io.kotest:kotest-framework-datatest:$kotest")
Expand Down

0 comments on commit 40e9180

Please sign in to comment.