Skip to content

Commit

Permalink
chore(deps): update testcontainers to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 16, 2025
1 parent c7ef5cd commit b0c8f8b
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 @@ -96,9 +96,9 @@ dependencies {
testImplementation 'org.mockito:mockito-junit-jupiter'

// testcontainers
testImplementation "org.testcontainers:testcontainers:1.20.3"
testImplementation "org.testcontainers:junit-jupiter:1.20.3"
testImplementation "org.testcontainers:localstack:1.20.3"
testImplementation "org.testcontainers:testcontainers:1.20.4"
testImplementation "org.testcontainers:junit-jupiter:1.20.4"
testImplementation "org.testcontainers:localstack:1.20.4"
}

/**********************************************************************************************************************\
Expand Down

0 comments on commit b0c8f8b

Please sign in to comment.