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 bee2a33 commit b3d003dCopy full SHA for b3d003d
buildSrc/src/main/kotlin/default/dependencies.kt
@@ -216,7 +216,7 @@ interface TestContainersDefaults: DependencyGroup {
216
217
interface TmsCommonLibDefaults: DependencyGroup {
218
override val groupId get() = "no.nav.tms.common"
219
- override val version get() = "4.0.0"
+ override val version get() = "4.0.2"
220
221
val metrics get() = dependency("metrics")
222
val observability get() = dependency("observability")
0 commit comments