Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.19.2 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 1ee0d4d commit 92a033d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ dependencies {
implementation 'org.postgresql:postgresql:42.6.0'
implementation 'org.hibernate.orm:hibernate-envers:6.3.1.Final'
implementation 'org.flywaydb:flyway-core:9.22.3'
testImplementation 'org.testcontainers:postgresql:1.19.1'
testImplementation 'org.testcontainers:postgresql:1.19.2'

// Documentation, logging
implementation group: 'org.projectlombok', name: 'lombok', version: lombookVersion
Expand Down Expand Up @@ -259,8 +259,8 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}, version: springVersion
testImplementation "org.junit.jupiter:junit-jupiter:5.10.1"
testImplementation "org.testcontainers:testcontainers:1.19.1"
testImplementation "org.testcontainers:junit-jupiter:1.19.1"
testImplementation "org.testcontainers:testcontainers:1.19.2"
testImplementation "org.testcontainers:junit-jupiter:1.19.2"
}
mainClassName = 'uk.gov.hmcts.juror.scheduler.Application'

Expand Down

0 comments on commit 92a033d

Please sign in to comment.