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 1017b54 commit 6fc8b21Copy full SHA for 6fc8b21
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() = "3.1.0-v2"
+ override val version get() = "3.1.1"
220
221
val metrics get() = dependency("metrics")
222
val observability get() = dependency("observability")
0 commit comments