Skip to content

Commit

Permalink
Bump testcontainers.version from 1.20.4 to 1.20.5 (#1480)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.20.4 to 1.20.5.

Updates `org.testcontainers:junit-jupiter` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

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

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 Feb 24, 2025
1 parent cf44bfc commit d270164
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 @@ -72,7 +72,7 @@ under the License.
<jetbrains.annotations.version>26.0.2</jetbrains.annotations.version>
<commons.io.version>2.17.0</commons.io.version>
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
<testcontainers.version>1.20.4</testcontainers.version>
<testcontainers.version>1.20.5</testcontainers.version>
<maven.mojo.license.plugin>2.5.0</maven.mojo.license.plugin>
<jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
Expand Down

0 comments on commit d270164

Please sign in to comment.