Skip to content

Commit

Permalink
Upgrade to Testcontainers 1.20.3
Browse files Browse the repository at this point in the history
Closes gh-42847
  • Loading branch information
snicoll committed Oct 23, 2024
1 parent 92a98d6 commit c6619dd
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 @@ -2173,7 +2173,7 @@ bom {
releaseNotes("https://github.com/xerial/sqlite-jdbc/releases/tag/{version}")
}
}
library("Testcontainers", "1.20.2") {
library("Testcontainers", "1.20.3") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"
Expand Down

0 comments on commit c6619dd

Please sign in to comment.