Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

chore(deps): bump testcontainers from 1.12.5 to 1.13.0 in /tests #5

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps testcontainers from 1.12.5 to 1.13.0.

Release notes

Sourced from testcontainers's releases.

1.13.0

What's Changed

🚀 Features

🐛 Bug Fixes

  • Fix localstack cloudwatchlogs service (#2316) @MariuszCwikla
  • Set sourceJar.from=allSource for modules/spock (#2281) @pertu
  • Improve checkMountableFile on Windows with unusual paths (#2296) @bedla
  • Pin mkdocs dependencies to avoid version incompatibility (#2335) @rnorth
  • Add small delay in while loop to avoid spamming logs (ResourceReaper) (#2287) @worldtiki

📖 Documentation

  • idiomatize test container configuration in kotlin example (#1964) @alex0ptr
  • Adding Windows Subsystem for Linux section to the windows documentation (#2282) @rnorth
  • Add junit-jupiter dependency in junit 5 quickstart docs (#2301) @Dark0096
  • Mention JDBC URL change in Spring Boot 2.3.0 (#2286) @bsideup

🧹 Housekeeping

📦 Dependency updates

Click to expand... ... (truncated)
Changelog

Sourced from testcontainers's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

  • Fixed with* methods of CouchbaseContainer (#810)
  • Fix problem with gzip encoded streams (e.g. copy file from container), by adding decompression support to netty exec factory (#817, fixes #681, relates to docker-java/docker-java#1079)

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)
... (truncated)
Commits
  • f43e799 Bump mockito-core from 3.2.4 to 3.3.0 in /core (#2370)
  • 832c6e0 Bump elasticsearch-rest-client from 7.6.0 to 7.6.1 in /modules/… (#2401)
  • e6ee290 Bump aws-java-sdk-logs from 1.11.722 to 1.11.737 in /modules/lo… (#2399)
  • f8a6fa0 Bump java-client from 2.7.12 to 2.7.13 in /modules/couchbase (#2397)
  • 7b4f381 Bump org.springframework.boot from 2.2.4.RELEASE to 2.2.5.RELEA… (#2387)
  • 0981d27 Bump mockito-core from 3.2.4 to 3.3.0 in /modules/junit-jupiter (#2372)
  • df48901 Idiomatize testcontainer object creation in kotlin example (#1964)
  • b262a20 Adding Windows Subsystem for Linux section to the windows docum… (#2282)
  • 6ec63f8 Prune images between module checks (#2376)
  • 6f7b17a Set sourceJar.from=allSource for modules/spock (#2281)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java labels Apr 1, 2020
@lholota lholota merged commit 8e3b6fa into master Apr 1, 2020
@lholota lholota deleted the dependabot/gradle/tests/org.testcontainers-testcontainers-1.13.0 branch April 1, 2020 10:28
@github-actions
Copy link

github-actions bot commented Apr 1, 2020

🎉 This PR is included in version 4.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant