Skip to content

Commit

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

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

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

---
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>
  • Loading branch information
dependabot[bot] committed Apr 4, 2023
1 parent aa9ac8c commit ca4c94a
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.22.2</protobuf.version>
<testcontainers.version>1.17.6</testcontainers.version>
<testcontainers.version>1.18.0</testcontainers.version>
<kafka-libs.version>7.3.3</kafka-libs.version>
</properties>

Expand Down

0 comments on commit ca4c94a

Please sign in to comment.