We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4483a commit 304babfCopy full SHA for 304babf
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