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 c4c8c8e commit 97853c8Copy full SHA for 97853c8
buildSrc/src/main/kotlin/default/dependencies.kt
@@ -219,7 +219,7 @@ interface TmsCommonLibDefaults: DependencyGroup {
219
220
interface TmsKafkaToolsDefaults: DependencyGroup {
221
override val groupId get() = "no.nav.tms.kafka"
222
- override val version get() = "2.1.4"
+ override val version get() = "2.1.5"
223
224
val kafkaApplication get() = dependency("kafka-application")
225
}
0 commit comments