Skip to content

Commit c6619dd

Browse files
committed
Upgrade to Testcontainers 1.20.3
Closes gh-42847
1 parent 92a98d6 commit c6619dd

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
@@ -2173,7 +2173,7 @@ bom {
21732173
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
21742174
}
21752175
}
2176-
library("Testcontainers", "1.20.2") {
2176+
library("Testcontainers", "1.20.3") {
21772177
group("org.testcontainers") {
21782178
imports = [
21792179
"testcontainers-bom"

0 commit comments

Comments
 (0)