Skip to content

Commit

Permalink
Update dependency org.testcontainers:postgresql to v1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent dba0896 commit 333d5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies {
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.17.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'

testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.1'
testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.2'

testImplementation(platform('org.junit:junit-bom:5.11.2'))
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down

0 comments on commit 333d5f4

Please sign in to comment.