Skip to content

Commit f53c2af

Browse files
committed
Upgrade to Testcontainers 1.19.7
Closes gh-40009
1 parent 06234ef commit f53c2af

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
@@ -2034,7 +2034,7 @@ bom {
20342034
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
20352035
}
20362036
}
2037-
library("Testcontainers", "1.19.6") {
2037+
library("Testcontainers", "1.19.7") {
20382038
group("org.testcontainers") {
20392039
imports = [
20402040
"testcontainers-bom"

0 commit comments

Comments
 (0)