Skip to content

Commit 74e31f4

Browse files
authored
Merge pull request #107 from navikt/dependabot/gradle/testContainersVersion-1.18.3
Bump testContainersVersion from 1.18.0 to 1.18.3
2 parents 8bec91c + 1c3f7e2 commit 74e31f4

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.5"
44
val logstashVersion = "7.3"
5-
val testContainersVersion = "1.18.0"
5+
val testContainersVersion = "1.18.3"
66
val springDocVersion = "2.1.0"
77
val tokenValidationVersion = "3.0.11"
88
val kotlinVersion = "1.8.22"

0 commit comments

Comments
 (0)