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 f76fd77 commit 72a76cfCopy full SHA for 72a76cf
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.1"
+ override val version get() = "1.4.2"
231
232
val kafkaApplication get() = dependency("kafka-application")
233
}
0 commit comments