Skip to content

Commit

Permalink
Bump testcontainers.version from 1.18.0 to 1.18.1 (#523)
Browse files Browse the repository at this point in the history
Bumps `testcontainers.version` from 1.18.0 to 1.18.1.

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

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2023
1 parent 11ef59f commit 29a27dd
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.23.0</protobuf.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.18.1</testcontainers.version>
<kafka-libs.version>7.4.0</kafka-libs.version>
</properties>

Expand Down

0 comments on commit 29a27dd

Please sign in to comment.