Skip to content

Commit

Permalink
Bump testcontainers.version from 1.20.0 to 1.20.1 (#884)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.20.0 to 1.20.1.

Updates `org.testcontainers:postgresql` from 1.20.0 to 1.20.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.20.0...1.20.1)

Updates `org.testcontainers:testcontainers-bom` from 1.20.0 to 1.20.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.20.0...1.20.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  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 Aug 5, 2024
1 parent c69452e commit 3f2ec55
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 @@ -42,7 +42,7 @@
<mockito.version>4.11.0</mockito.version>
<mustache.version>0.9.14</mustache.version>
<packaging.type>jar</packaging.type>
<testcontainers.version>1.20.0</testcontainers.version>
<testcontainers.version>1.20.1</testcontainers.version>
<springdoc.version>2.6.0</springdoc.version>
<spring-security-jwt.version>1.1.1.RELEASE</spring-security-jwt.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 3f2ec55

Please sign in to comment.