Skip to content

Commit

Permalink
Bump versions.testContainers from 1.19.1 to 1.19.2
Browse files Browse the repository at this point in the history
Bumps `versions.testContainers` from 1.19.1 to 1.19.2.

Updates `org.testcontainers:mongodb` from 1.19.1 to 1.19.2
- [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.2)

Updates `org.testcontainers:mysql` from 1.19.1 to 1.19.2
- [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.2)

Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.2
- [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.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:mongodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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 and github-actions[bot] committed Nov 20, 2023
1 parent 44f9944 commit 737ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mysql : '8.0.33',
// test dependencies:
jsonAssert : '1.5.1',
testContainers : '1.19.1',
testContainers : '1.19.2',
hikaricp : '5.0.1',
spock : '2.3-groovy-4.0'
]
Expand Down

0 comments on commit 737ad0c

Please sign in to comment.