Bump testcontainers.version from 1.17.5 to 1.19.0 (#2012)

Bumps `testcontainers.version` from 1.17.5 to 1.19.0.

Updates `org.testcontainers:rabbitmq` from 1.17.5 to 1.19.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.19.0)

Updates `org.testcontainers:junit-jupiter` from 1.17.5 to 1.19.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.5...1.19.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:rabbitmq
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-28 14:38:24 +02:00
committed by GitHub
parent 98874d842e
commit 79b667fa11

View File

@@ -51,7 +51,7 @@
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> <!-- @releaser:version-check-off -->
<awaitility.version>4.2.0</awaitility.version>
<artemis.version>2.26.0</artemis.version>
<testcontainers.version>1.17.5</testcontainers.version>
<testcontainers.version>1.19.0</testcontainers.version>
<hamcrest.version>2.2</hamcrest.version>
<!-- We need to have compatibility with Gradle -->