File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
buildSrc/src/main/kotlin/default Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ dependencies {
38
38
implementation(Ktor .Serialization .jackson)
39
39
implementation(KtorHtml .htmlBuilder)
40
40
implementation(Logstash .logbackEncoder)
41
- implementation(Micrometer .registryPrometheus)
42
- implementation(Prometheus .common)
43
41
implementation(TmsCommonLib .utils)
44
42
implementation(TmsKtorTokenSupport .azureValidation)
45
43
implementation(Postgresql .postgresql)
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ interface TmsCommonLibDefaults: DependencyGroup {
228
228
229
229
interface TmsKafkaToolsDefaults : DependencyGroup {
230
230
override val groupId get() = " no.nav.tms.kafka"
231
- override val version get() = " 1.4.4 "
231
+ override val version get() = " 1.5.0-onReady-5 "
232
232
233
233
val kafkaApplication get() = dependency(" kafka-application" )
234
234
}
You can’t perform that action at this time.
0 commit comments