Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:postgresql
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.5...1.19.6)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 01ec2d1 commit c9c025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/springboot-cloudsql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

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

testImplementation("org.testcontainers:postgresql:1.19.5")
testImplementation("org.testcontainers:postgresql:1.19.6")
testImplementation("org.testcontainers:r2dbc:1.19.6")

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

0 comments on commit c9c025c

Please sign in to comment.