Skip to content

Commit

Permalink
Bump testcontainers.version from 1.17.6 to 1.18.1 (#43)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.17.6 to 1.18.1.

Updates `junit-jupiter` from 1.17.6 to 1.18.1
- [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.6...1.18.1)

Updates `postgresql` from 1.17.6 to 1.18.1
- [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.6...1.18.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:postgresql
  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 May 25, 2023
1 parent ca9379d commit cb9c671
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 @@ -28,7 +28,7 @@

<properties>
<java.version>11</java.version>
<testcontainers.version>1.17.6</testcontainers.version>
<testcontainers.version>1.18.1</testcontainers.version>
<hibernate-types.version>2.21.0</hibernate-types.version>
</properties>

Expand Down

0 comments on commit cb9c671

Please sign in to comment.