Skip to content

Commit

Permalink
chore(deps-dev): bump testcontainers.version from 1.17.2 to 1.17.3
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.17.2 to 1.17.3.

Updates `postgresql` from 1.17.2 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.17.2...1.17.3)

Updates `junit-jupiter` from 1.17.2 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.17.2...1.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2022
1 parent 6d29296 commit 5c7f44b
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 @@ -27,7 +27,7 @@
<jib.maven.plugin>2.0.0</jib.maven.plugin>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
<spring.restdocs.version>2.0.5.RELEASE</spring.restdocs.version>
<testcontainers.version>1.17.2</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>
<!-- Test coverage -->
<jacoco.output.folder>${project.build.directory}/coverage-reports</jacoco.output.folder>
<jacoco.it.execution.data.file>${jacoco.output.folder}/jacoco-it.exec</jacoco.it.execution.data.file>
Expand Down

0 comments on commit 5c7f44b

Please sign in to comment.