Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Bump org.testcontainers:testcontainers-bom from 1.19.5 to 1.19.6 (#197)
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers-bom](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:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Vakhrushev <[email protected]>
  • Loading branch information
dependabot[bot] and mfvanek authored Feb 27, 2024
1 parent 49f4312 commit 052a2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation(libs.springdoc.openapi.ui)
implementation(libs.springdoc.openapi.security)
implementation("org.liquibase:liquibase-core:4.26.0")
implementation(platform("org.testcontainers:testcontainers-bom:1.19.5"))
implementation(platform("org.testcontainers:testcontainers-bom:1.19.6"))
implementation("org.testcontainers:testcontainers")
implementation("org.testcontainers:postgresql")
implementation(platform("io.github.mfvanek:pg-index-health-bom:0.10.3"))
Expand Down

0 comments on commit 052a2ca

Please sign in to comment.