Skip to content

Commit

Permalink
Update dependency org.testcontainers:testcontainers to v1.20.5 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 1083429 commit b906121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.testcontainers:testcontainers:1.20.4")
classpath("org.testcontainers:testcontainers:1.20.5")
classpath("org.testcontainers:postgresql:1.20.5")
}
}
Expand Down

0 comments on commit b906121

Please sign in to comment.