Skip to content

Commit

Permalink
Bump testcontainers.version from 1.16.3 to 1.17.3 (#442)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.16.3 to 1.17.3.

Updates `testcontainers` from 1.16.3 to 1.17.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.16.3...1.17.3)

Updates `junit-jupiter` from 1.16.3 to 1.17.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.16.3...1.17.3)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2022
1 parent b3877e1 commit 4bd446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<properties>
<testcontainers.version>1.16.3</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>
<postgresql.version>42.3.6</postgresql.version>
<logback-classic.version>1.2.11</logback-classic.version>
</properties>
Expand Down

0 comments on commit 4bd446e

Please sign in to comment.