Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers-bom from 1.19.1 to 1.19.5
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.1 to 1.19.5.
- [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.1...1.19.5)

---
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]>
  • Loading branch information
dependabot[bot] committed Feb 9, 2024
1 parent e1a1b9c commit 30cdfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalized-properties-database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ testing {
implementation(testFixtures(project(project.path)))
implementation(project(":externalized-properties-core"))
implementation(testFixtures(project(":externalized-properties-core")))
implementation(project.dependencies.platform("org.testcontainers:testcontainers-bom:1.19.1"))
implementation(project.dependencies.platform("org.testcontainers:testcontainers-bom:1.19.5"))
implementation("org.testcontainers:junit-jupiter")
implementation("org.testcontainers:postgresql")
implementation("org.testcontainers:mysql")
Expand Down

0 comments on commit 30cdfc1

Please sign in to comment.