Skip to content

Commit 7d1fc06

Browse files
committed
Upgrade to Testcontainers 1.20.5
Closes gh-44369
1 parent d016764 commit 7d1fc06

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
@@ -2365,7 +2365,7 @@ bom {
23652365
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
23662366
}
23672367
}
2368-
library("Testcontainers", "1.20.4") {
2368+
library("Testcontainers", "1.20.5") {
23692369
group("org.testcontainers") {
23702370
imports = [
23712371
"testcontainers-bom"

0 commit comments

Comments
 (0)