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 24868be commit 1017b54Copy full SHA for 1017b54
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.0.0"
+ override val version get() = "3.1.0-v2"
220
221
val metrics get() = dependency("metrics")
222
val observability get() = dependency("observability")
0 commit comments