Skip to content

Commit

Permalink
Bump the minor-and-patch-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 1 update: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java).


Updates `org.testcontainers:testcontainers-bom` from 1.19.4 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.4...1.19.5)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Feb 15, 2024
1 parent f034429 commit d09ec41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spring-boot-datajpatest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom "org.testcontainers:testcontainers-bom:1.19.4"
mavenBom "org.testcontainers:testcontainers-bom:1.19.5"
}
}

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-integration-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom "org.testcontainers:testcontainers-bom:1.19.4"
mavenBom "org.testcontainers:testcontainers-bom:1.19.5"
}
}

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-testing-strategy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom "org.testcontainers:testcontainers-bom:1.19.4"
mavenBom "org.testcontainers:testcontainers-bom:1.19.5"
}
}

Expand Down

0 comments on commit d09ec41

Please sign in to comment.