Skip to content

Commit

Permalink
build(deps): bump org.testcontainers:testcontainers (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent c01b56e commit 558f42c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ testing {
integrationTest(JvmTestSuite) {
dependencies {
implementation project
implementation 'org.testcontainers:junit-jupiter:1.20.3'
implementation 'org.testcontainers:localstack:1.20.3'
implementation 'org.testcontainers:testcontainers:1.20.3'
implementation 'org.testcontainers:junit-jupiter:1.20.4'
implementation 'org.testcontainers:localstack:1.20.4'
implementation 'org.testcontainers:testcontainers:1.20.4'
}
}
withType(JvmTestSuite).configureEach {
Expand Down

0 comments on commit 558f42c

Please sign in to comment.