Skip to content

Commit 4d79ab6

Browse files
committed
U - Oppgraderer org.testcontainers:testcontainers:1.20.4 -> 1.20.6
Automatisert oppgradering av org.testcontainers.
1 parent f2ca7f1 commit 4d79ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ dependencies {
107107
testImplementation 'com.tngtech.archunit:archunit:1.4.0'
108108

109109
//testcontainers
110-
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
111-
testImplementation "org.testcontainers:testcontainers:1.20.4"
110+
testImplementation("org.testcontainers:junit-jupiter:1.20.6")
111+
testImplementation "org.testcontainers:testcontainers:1.20.6"
112112
}

0 commit comments

Comments
 (0)