Skip to content

Commit 2394f44

Browse files
committed
Upgrade to Testcontainers 2.0.2
Closes gh-48152
1 parent a03981e commit 2394f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ bom {
26132613
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
26142614
}
26152615
}
2616-
library("Testcontainers", "2.0.1") {
2616+
library("Testcontainers", "2.0.2") {
26172617
group("org.testcontainers") {
26182618
bom("testcontainers-bom")
26192619
}

0 commit comments

Comments
 (0)