We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eff992 commit a7c0a73Copy full SHA for a7c0a73
buildSrc/src/main/kotlin/default/dependencies.kt
@@ -227,7 +227,7 @@ interface TmsCommonLibDefaults: DependencyGroup {
227
228
interface TmsKafkaToolsDefaults: DependencyGroup {
229
override val groupId get() = "no.nav.tms.kafka"
230
- override val version get() = "1.4.3"
+ override val version get() = "1.4.4"
231
232
val kafkaApplication get() = dependency("kafka-application")
233
}
0 commit comments