Skip to content

Commit

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

Update testcontainers-java monorepo to v1.19.1
  • Loading branch information
tgeens authored Oct 3, 2023
2 parents e8d10b9 + 6c52bad commit 8f53a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thunx-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

api platform("org.springframework.boot:spring-boot-dependencies:3.1.4")
api platform("org.springframework.cloud:spring-cloud-dependencies:2022.0.4")
api platform("org.testcontainers:testcontainers-bom:1.19.0")
api platform("org.testcontainers:testcontainers-bom:1.19.1")

constraints {
api 'net.javacrumbs.json-unit:json-unit-assertj:3.2.2'
Expand Down
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.7.1')

runtimeOnly 'org.postgresql:postgresql'
runtimeOnly 'org.testcontainers:postgresql:1.19.0'
runtimeOnly 'org.testcontainers:postgresql:1.19.1'

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

0 comments on commit 8f53a5c

Please sign in to comment.