Skip to content

Commit

Permalink
Bump testcontainers.version from 1.17.5 to 1.17.6 (#447)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.17.5 to 1.17.6.

Updates `testcontainers` from 1.17.5 to 1.17.6
- [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.17.5...1.17.6)

Updates `kafka` from 1.17.5 to 1.17.6
- [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.17.5...1.17.6)

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

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 Nov 20, 2022
1 parent 6e5030d commit eaec208
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.21.7</protobuf.version>
<testcontainers.version>1.17.5</testcontainers.version>
<testcontainers.version>1.17.6</testcontainers.version>
<kafka-libs.version>7.3.0</kafka-libs.version>
</properties>

Expand Down

0 comments on commit eaec208

Please sign in to comment.