Skip to content

Commit

Permalink
fix(deps): update testcontainers-java monorepo to v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent e5399f9 commit d326673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

ext {
set("testcontainersVersion", "1.17.6")
set("testcontainersVersion", "1.18.2")
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.mockito:mockito-junit-jupiter'
testImplementation 'org.mockito:mockito-core'
testImplementation "org.testcontainers:rabbitmq:1.17.6"
testImplementation "org.testcontainers:testcontainers:1.17.6"
testImplementation "org.testcontainers:junit-jupiter:1.17.6"
testImplementation "org.testcontainers:rabbitmq:1.18.2"
testImplementation "org.testcontainers:testcontainers:1.18.2"
testImplementation "org.testcontainers:junit-jupiter:1.18.2"
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit d326673

Please sign in to comment.