Skip to content

Commit

Permalink
bump logback and prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssonw committed Jun 4, 2024
1 parent b784d20 commit 84ec351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
ktorVersion = "2.3.11"
kotlinVersion = "2.0.0"
logbackVersion = "1.4.14"
logbackVersion = "1.5.6"
logstashVersion = "7.4"
prometheusVersion = "1.10.3"
prometheusVersion = "1.13.0"
flywayVersion = "10.13.0"
jacksonVersion = "2.17.1"
postgresVersion = "42.7.3"
Expand Down Expand Up @@ -34,7 +34,7 @@ kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit", vers

[plugins]
kotlin-jvm = { id = "jvm", version.ref = "kotlinVersion" }
kotlin-serialization = {id = "plugin.serialization", version.ref="kotlinVersion"}
kotlin-serialization = { id = "plugin.serialization", version.ref = "kotlinVersion" }

ktor = {id = "io.ktor.plugin", version.ref="ktorVersion" }
shadow = {id = "com.github.johnrengelman.shadow", version.ref="shadowVersion"}
ktor = { id = "io.ktor.plugin", version.ref = "ktorVersion" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadowVersion" }
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import io.ktor.server.plugins.cors.routing.*
import io.ktor.server.request.*
import io.ktor.server.response.*
import io.ktor.server.routing.*
import io.micrometer.prometheus.PrometheusConfig
import io.micrometer.prometheus.PrometheusMeterRegistry
import io.micrometer.prometheusmetrics.PrometheusConfig
import io.micrometer.prometheusmetrics.PrometheusMeterRegistry
import no.kartverket.matrikkel.bygning.db.DatabaseSingleton
import no.kartverket.matrikkel.bygning.repositories.BygningRepository
import no.kartverket.matrikkel.bygning.repositories.HealthRepository
Expand Down

0 comments on commit 84ec351

Please sign in to comment.