Skip to content

Commit e0e1f2a

Browse files
committed
Upgrade to Testcontainers 1.20.6
Closes gh-44625
1 parent a72fede commit e0e1f2a

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
@@ -2478,7 +2478,7 @@ bom {
24782478
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
24792479
}
24802480
}
2481-
library("Testcontainers", "1.20.5") {
2481+
library("Testcontainers", "1.20.6") {
24822482
group("org.testcontainers") {
24832483
imports = [
24842484
"testcontainers-bom"

0 commit comments

Comments
 (0)