Skip to content

Commit 767d34b

Browse files
authored
Merge pull request #89 from navikt/dependabot/gradle/testContainersVersion-1.18.0
Bump testContainersVersion from 1.17.6 to 1.18.0
2 parents 7899af2 + 520e1bd commit 767d34b

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
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val mockkVersion = "1.13.4"
44
val logstashVersion = "7.3"
5-
val testContainersVersion = "1.17.6"
5+
val testContainersVersion = "1.18.0"
66
val springDocVersion = "2.0.4"
77
val tokenValidationVersion = "3.0.8"
88
val kotlinVersion = "1.8.10"

0 commit comments

Comments
 (0)