Skip to content

Commit

Permalink
Bump testcontainers.version from 1.19.1 to 1.19.3 (#204)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.19.1 to 1.19.3.

Updates `org.testcontainers:testcontainers` from 1.19.1 to 1.19.3
- [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.3)

Updates `org.testcontainers:junit-jupiter` from 1.19.1 to 1.19.3
- [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.3)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
1 parent 160f4b8 commit 5b4f9b5
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 @@ -45,7 +45,7 @@
<junit.version>5.10.1</junit.version>
<assertj.version>3.24.2</assertj.version>
<jedis.version>4.3.1</jedis.version>
<testcontainers.version>1.19.1</testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>
<spotbugs.version>4.7.2.1</spotbugs.version>
<slf4j.version>2.0.9</slf4j.version>
</properties>
Expand Down

0 comments on commit 5b4f9b5

Please sign in to comment.