Skip to content

Commit

Permalink
Bump testcontainers.version from 1.19.1 to 1.19.2
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.19.1 to 1.19.2.

Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.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.19.1...1.19.2)

Updates `org.testcontainers:testcontainers-bom` from 1.19.1 to 1.19.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.19.1...1.19.2)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 05919e4 commit d1995bb
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 @@ -26,7 +26,7 @@
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<apacheds.version>2.0.0.AM27</apacheds.version>
<mockito.version>4.11.0</mockito.version>
<testcontainers.version>1.19.1</testcontainers.version>
<testcontainers.version>1.19.2</testcontainers.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.organization>michelin</sonar.organization>
<sonar.projectKey>michelin_suricate</sonar.projectKey>
Expand Down

0 comments on commit d1995bb

Please sign in to comment.