Skip to content

Commit

Permalink
Maven pom.xml(deps-dev): Bump testcontainers.version (#368)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.17.2 to 1.17.5.

Updates `testcontainers` from 1.17.2 to 1.17.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.17.2...1.17.5)

Updates `mockserver` from 1.17.2 to 1.17.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.17.2...1.17.5)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:mockserver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2022
1 parent e5233a4 commit a7d2cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>

<awaitility.version>4.2.0</awaitility.version>
<testcontainers.version>1.17.3</testcontainers.version>
<testcontainers.version>1.17.5</testcontainers.version>

<license.dir>${basedir}</license.dir>

Expand Down

0 comments on commit a7d2cbe

Please sign in to comment.