Skip to content

Commit

Permalink
Bump testcontainers.version from 1.16.2 to 1.17.3 (#409)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.16.2 to 1.17.3.

Updates `testcontainers` from 1.16.2 to 1.17.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.16.2...1.17.3)

Updates `kafka` from 1.16.2 to 1.17.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.16.2...1.17.3)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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] committed Aug 17, 2022
1 parent 72b1934 commit 9729ae0
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 @@ -21,7 +21,7 @@
<additionalOptions>-Xdoclint:none</additionalOptions>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>3.19.1</protobuf.version>
<testcontainers.version>1.16.2</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>
<kafka-libs.version>6.1.4</kafka-libs.version>
</properties>

Expand Down

0 comments on commit 9729ae0

Please sign in to comment.