Skip to content

Commit

Permalink
build(deps-dev): bump testcontainers.version from 1.20.1 to 1.20.2 (#…
Browse files Browse the repository at this point in the history
…1742)

Bumps `testcontainers.version` from 1.20.1 to 1.20.2.

Updates `org.testcontainers:testcontainers` from 1.20.1 to 1.20.2
- [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.20.1...1.20.2)

Updates `org.testcontainers:junit-jupiter` from 1.20.1 to 1.20.2
- [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.20.1...1.20.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent ba9fae5 commit 83d7908
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.20.1</testcontainers.version>
<testcontainers.version>1.20.2</testcontainers.version>
<postgresql.version>42.7.4</postgresql.version>
<logback-classic.version>1.5.8</logback-classic.version>
<allowIncompleteProjects>true</allowIncompleteProjects>
Expand Down

0 comments on commit 83d7908

Please sign in to comment.