Skip to content

Commit

Permalink
Update dependency org.testcontainers:postgresql to v1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent 352aeca commit a9462ff
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.20.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'

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

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

0 comments on commit a9462ff

Please sign in to comment.