Skip to content

Commit

Permalink
fix(deps): update testcontainers-java monorepo to v1.19.1 (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 2, 2023
1 parent 8feeafd commit afb8410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run/springboot-cloudsql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {

testImplementation("org.springframework.boot:spring-boot-starter-test")

testImplementation("org.testcontainers:postgresql:1.19.0")
testImplementation("org.testcontainers:r2dbc:1.19.0")
testImplementation("org.testcontainers:postgresql:1.19.1")
testImplementation("org.testcontainers:r2dbc:1.19.1")

developmentOnly("org.springframework.boot:spring-boot-devtools")
}
Expand Down

0 comments on commit afb8410

Please sign in to comment.