Skip to content

Commit

Permalink
[Tech] Bump org.testcontainers:postgresql in /backend
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.4 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.4...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 22, 2024
1 parent cf4ecc2 commit 0d383c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
runtimeOnly("org.postgresql:postgresql:42.6.0")
testImplementation("io.ktor:ktor-client-mock-jvm:2.3.3")
testImplementation("org.assertj:assertj-core:3.25.0")
testImplementation("org.testcontainers:postgresql:1.19.4")
testImplementation("org.testcontainers:postgresql:1.19.6")
testImplementation("org.testcontainers:testcontainers:1.19.4")
testImplementation("org.testcontainers:junit-jupiter:1.19.4")
testImplementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
Expand Down

0 comments on commit 0d383c7

Please sign in to comment.