Skip to content

Commit

Permalink
build(deps): bump testcontainer.version from 1.17.6 to 1.18.0
Browse files Browse the repository at this point in the history
Bumps `testcontainer.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 `junit-jupiter` 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:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Apr 6, 2023
1 parent a1a5a98 commit ca320ca
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 @@ -93,7 +93,7 @@
<io.confluent.version>7.3.2</io.confluent.version>
<org.apache.kafka.version>3.4.0</org.apache.kafka.version>
<junit.version>5.9.2</junit.version>
<testcontainer.version>1.17.6</testcontainer.version>
<testcontainer.version>1.18.0</testcontainer.version>
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
<checkstyle.config.location>${basedir}</checkstyle.config.location>
<com.fasterxml.jackson.databind.version>2.14.2</com.fasterxml.jackson.databind.version>
Expand Down

0 comments on commit ca320ca

Please sign in to comment.