Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 28, 2024
1 parent 089507a commit 41baf87
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 @@ -98,9 +98,9 @@ dependencies {
testImplementation "org.hamcrest:hamcrest-library"

// containers
testImplementation "org.testcontainers:junit-jupiter:1.20.2"
testImplementation "org.testcontainers:testcontainers:1.20.2"
testImplementation "org.testcontainers:localstack:1.20.2"
testImplementation "org.testcontainers:junit-jupiter:1.20.3"
testImplementation "org.testcontainers:testcontainers:1.20.3"
testImplementation "org.testcontainers:localstack:1.20.3"
testImplementation "com.amazonaws:aws-java-sdk-s3"

// test
Expand Down

0 comments on commit 41baf87

Please sign in to comment.