Skip to content

Commit

Permalink
Merge pull request #164 from xenit-eu/renovate/testcontainers-java-mo…
Browse files Browse the repository at this point in the history
…norepo

Update dependency org.testcontainers:postgresql to v1.19.6
  • Loading branch information
renovate[bot] authored Feb 22, 2024
2 parents dbb77f6 + 5e0d872 commit 6c04687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunx-integration-tests/api-integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.11.1')

runtimeOnly 'org.postgresql:postgresql'
runtimeOnly 'org.testcontainers:postgresql:1.19.5'
runtimeOnly 'org.testcontainers:postgresql:1.19.6'

runtimeOnly project(":thunx-api-spring-boot-starter")
}
Expand Down

0 comments on commit 6c04687

Please sign in to comment.