Skip to content

Commit 4a01f40

Browse files
author
Dependency Admin
committed
Bump tms-common-lib til 3.1.2.
1 parent 8a6b49e commit 4a01f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/default/dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ interface TestContainersDefaults: DependencyGroup {
216216

217217
interface TmsCommonLibDefaults: DependencyGroup {
218218
override val groupId get() = "no.nav.tms.common"
219-
override val version get() = "3.1.1"
219+
override val version get() = "3.1.2"
220220

221221
val metrics get() = dependency("metrics")
222222
val observability get() = dependency("observability")

0 commit comments

Comments
 (0)