Skip to content

Commit

Permalink
Update dependency org.testcontainers:postgresql to v1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent d519836 commit 10a8748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contentgrid-spring-data-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

testFixturesCompileOnly 'org.projectlombok:lombok'
testFixturesImplementation 'org.springframework.boot:spring-boot-testcontainers'
testFixturesImplementation 'org.testcontainers:postgresql:1.19.1'
testFixturesImplementation 'org.testcontainers:postgresql:1.19.2'


testFixturesRuntimeOnly 'org.postgresql:postgresql'
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/integration-tests-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

testImplementation 'org.springframework.integration:spring-integration-test'

runtimeOnly 'org.testcontainers:postgresql:1.19.1'
runtimeOnly 'org.testcontainers:postgresql:1.19.2'
}

test {
Expand Down

0 comments on commit 10a8748

Please sign in to comment.