Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:postgresql to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 587b99b commit 776a799
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 @@ -28,7 +28,7 @@ dependencies {
runtimeOnly 'org.postgresql:postgresql'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.testcontainers:postgresql:1.19.8'
testImplementation 'org.testcontainers:postgresql:1.20.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
}

Expand Down

0 comments on commit 776a799

Please sign in to comment.