Skip to content

Commit

Permalink
Upgrade to Testcontainers 1.20.4
Browse files Browse the repository at this point in the history
Closes gh-43243
  • Loading branch information
snicoll committed Nov 21, 2024
1 parent c188822 commit 14989a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ bom {
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
}
}
library("Testcontainers", "1.20.3") {
library("Testcontainers", "1.20.4") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"
Expand Down

0 comments on commit 14989a5

Please sign in to comment.