Skip to content

Commit cbebcf6

Browse files
authored
Merge pull request #8 from navikt/dependabot/gradle/testContainersVersion-1.17.3
Bump testContainersVersion from 1.16.0 to 1.17.3
2 parents 45131ab + 133b56a commit cbebcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
val mockkVersion = "1.12.5"
44
val logstashVersion = "6.6"
55
val springVersion = "2.5.5"
6-
val testContainersVersion = "1.16.0"
6+
val testContainersVersion = "1.17.3"
77
val springFoxVersion = "3.0.0"
88
val tokenValidationVersion = "1.3.9"
99

0 commit comments

Comments
 (0)