siddhi-io / distribution

Siddhi streaming runtime and tooling distribution
http://siddhi.io
Apache License 2.0
24 stars 26 forks source link

Bump testcontainers from 1.12.4 to 1.14.2 #957

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps testcontainers from 1.12.4 to 1.14.2.

Release notes

Sourced from testcontainers's releases.

1.14.2

What's Changed

๐Ÿš€ Features & Enhancements

  • Add MongoDB module (#1961) @silaev
  • Add Apache Solr Module (#2123) @raynigon
  • Implement DockerClientFactory.isDockerAvailable() (#2605) @mvysny
  • RabbitMQ: Support declaring an exchange within a vhost (#2362) @dangets
  • Docker Compose: Verify that all services that have a wait condition defined also have a corresponding service instance (#2637) @jannis-baratheon
  • Add a getter for Toxiproxy exposed port (#2513) @lutovich
  • Add ContainerState#getHost as a replacement for getContainerIpAddress (#2742) @bsideup

๐Ÿ› Bug Fixes

  • Store GenericContainer#exposedPorts as an order-preserving Set (#2613) @bsideup
  • Correction for an edge case in local image repos (duplicate tags) (#2692, #2431) @Choobz
  • Remove duplicate debug log message at container start (#2522) @Streppel
  • Fix a regression in OracleContainer introduced in #2473 (#2612) @bsideup

๐Ÿ“– Documentation

๐Ÿงน Housekeeping

๐Ÿ“ฆ Dependency updates

Click to expand... ... (truncated)
Commits
  • 1eef935 Store GenericContainer#exposedPorts as an order-preserving Set (#2613)
  • 672cbee Add ContainerState#getHost replacing getContainerIpAddress (#2742)
  • ede19c8 Update example to Spring Boot 2.3.0 (#2743)
  • a2a59bc Implement DockerClientFactory.isDockerAvailable() (#2605)
  • f84bcd6 Add Apache Solr Module (#2123)
  • 1ed8d81 Bump mssql-jdbc from 6.1.0.jre8 to 8.3.0.jre8-preview in /modules/mssqlserver...
  • d1bf6b8 Bump aws-java-sdk-logs from 1.11.777 to 1.11.782 in /modules/localstack (#2730)
  • fbda093 Bump r2dbc-mariadb from 0.8.1-alpha1 to 0.8.2-alpha2 in /modules/mariadb (#2702)
  • c18a203 Split JDBC tests (#2556)
  • 2f8bbdd Bump assertj-core from 3.16.0 to 3.16.1 in /core (#2706)
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.testcontainers:testcontainers&package-manager=maven&previous-version=1.12.4&new-version=1.14.2)](https://dependabot.com/compatibility-score/?dependency-name=org.testcontainers:testcontainers&package-manager=maven&previous-version=1.12.4&new-version=1.14.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #964.