Skip to content

Commit

Permalink
Update dependency org.testcontainers:testcontainers-bom to v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 25, 2024
1 parent 8ba516f commit afd342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation(platform("org.testcontainers:testcontainers-bom:1.19.1"))
implementation(platform("org.testcontainers:testcontainers-bom:1.20.4"))
implementation("org.bouncycastle:bcpg-jdk18on:1.76")
"at.favre.lib:bcrypt:0.10.2".let {
compileOnly(it)
Expand Down

0 comments on commit afd342b

Please sign in to comment.