Skip to content

Commit

Permalink
fix(deps): update testcontainers-java monorepo to v1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent cc7dc17 commit b01584a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -305,14 +305,14 @@ dependencies {

integrationTestImplementation sourceSets.main.runtimeClasspath
integrationTestImplementation sourceSets.test.runtimeClasspath
integrationTestImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.19.7'
integrationTestImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.19.7'
integrationTestImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.19.8'
integrationTestImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.19.8'

functionalTestImplementation sourceSets.main.runtimeClasspath
functionalTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
functionalTestImplementation group: 'io.rest-assured', name: 'rest-assured'
functionalTestImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.19.7'
functionalTestImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.19.7'
functionalTestImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.19.8'
functionalTestImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.19.8'

smokeTestImplementation sourceSets.main.runtimeClasspath
smokeTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
Expand Down

0 comments on commit b01584a

Please sign in to comment.