We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ca7f1 commit 4d79ab6Copy full SHA for 4d79ab6
build.gradle
@@ -107,6 +107,6 @@ dependencies {
107
testImplementation 'com.tngtech.archunit:archunit:1.4.0'
108
109
//testcontainers
110
- testImplementation("org.testcontainers:junit-jupiter:1.20.4")
111
- testImplementation "org.testcontainers:testcontainers:1.20.4"
+ testImplementation("org.testcontainers:junit-jupiter:1.20.6")
+ testImplementation "org.testcontainers:testcontainers:1.20.6"
112
}
0 commit comments