Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-r-young committed Jan 31, 2025
1 parent bd39d6b commit fee3a35
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 @@ -146,9 +146,9 @@ dependencies {

testImplementation('net.bytebuddy:byte-buddy:1.16.1')
testImplementation('junit:junit:4.13.2')
testImplementation "org.testcontainers:testcontainers:1.19.8"
testImplementation "org.testcontainers:junit-jupiter:1.19.8"
testImplementation 'org.testcontainers:postgresql:1.19.8'
testImplementation "org.testcontainers:testcontainers:1.20.4"
testImplementation "org.testcontainers:junit-jupiter:1.20.4"
testImplementation 'org.testcontainers:postgresql:1.20.4'

// Validation
testImplementation 'org.wiremock:wiremock-standalone:3.10.0'
Expand Down

0 comments on commit fee3a35

Please sign in to comment.