Skip to content

Commit f11dc54

Browse files
committed
Upgrade to Testcontainers 1.20.0
Cloess gh-41626
1 parent 915f841 commit f11dc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,7 @@ bom {
21142114
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
21152115
}
21162116
}
2117-
library("Testcontainers", "1.19.8") {
2117+
library("Testcontainers", "1.20.0") {
21182118
group("org.testcontainers") {
21192119
imports = [
21202120
"testcontainers-bom"

0 commit comments

Comments
 (0)