Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 19, 2024
1 parent ab22f6e commit 1fca74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation group: 'com.typesafe', name: 'config', version: '1.4.3'
testImplementation "org.testcontainers:junit-jupiter:1.19.8"
testImplementation "org.testcontainers:postgresql:1.19.8"
testImplementation "org.testcontainers:junit-jupiter:1.20.0"
testImplementation "org.testcontainers:postgresql:1.20.0"
}

application {
Expand Down

0 comments on commit 1fca74e

Please sign in to comment.