Skip to content

Commit

Permalink
fix(deps): update dependency io.micrometer:micrometer-registry-influx…
Browse files Browse the repository at this point in the history
… to v1.12.5 (#1265)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent ef45753 commit 6b486a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation "io.insert-koin:koin-logger-slf4j:$koin_version"

implementation "io.ktor:ktor-server-metrics-micrometer:$ktor_version"
implementation 'io.micrometer:micrometer-registry-influx:1.12.4'
implementation 'io.micrometer:micrometer-registry-influx:1.12.5'

implementation "net.javacrumbs.shedlock:shedlock-provider-jdbc-template:4.47.0"

Expand Down

0 comments on commit 6b486a7

Please sign in to comment.