Skip to content

Commit

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

Updates `testcontainers` 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 `mockserver` 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:testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:mockserver
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2023
1 parent 17c207c commit 243f083
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 @@ -45,7 +45,7 @@
<maven-assembly-plugin.version>3.5.0</maven-assembly-plugin.version>

<awaitility.version>4.2.0</awaitility.version>
<testcontainers.version>1.17.6</testcontainers.version>
<testcontainers.version>1.18.1</testcontainers.version>

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

Expand Down

0 comments on commit 243f083

Please sign in to comment.