Skip to content

Commit 14989a5

Browse files
committed
Upgrade to Testcontainers 1.20.4
Closes gh-43243
1 parent c188822 commit 14989a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2367,7 +2367,7 @@ bom {
23672367
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
23682368
}
23692369
}
2370-
library("Testcontainers", "1.20.3") {
2370+
library("Testcontainers", "1.20.4") {
23712371
group("org.testcontainers") {
23722372
imports = [
23732373
"testcontainers-bom"

0 commit comments

Comments
 (0)