rabbitmq-kotlin icon indicating copy to clipboard operation
rabbitmq-kotlin copied to clipboard

Bump testcontainers_version from 1.15.2 to 1.15.3

Open dependabot[bot] opened this issue 4 years ago • 1 comments

Bumps testcontainers_version from 1.15.2 to 1.15.3. Updates testcontainers from 1.15.2 to 1.15.3

Release notes

Sourced from testcontainers's releases.

1.15.3

What's Changed

🚀 Features & Enhancements

  • Localstack: Make it possible to provide custom LocalStack services (#3995) @​bsideup
  • Localstack: Add EC2 to localstack services enum (#3955) @​pinzon
  • Add TrinoContainer, a container for Trino (#3668) @​findepi
  • Compose: Make DockerComposeContainer only pull necessary images when multiple compose files were given (#3787) @​askfor
  • Delegate copyFile{To,From}Container's state verification to Docker (#3805) @​michael-simons

🐛 Bug Fixes

  • MySQL: Fix problem of starting up mysql 5.7.33 version when user is root (#3953) @​seveneves
  • JDBC: Prevent ContainerDatabaseDriver from throwing NPEs when on classpath but not initialized (#3976) @​mrotteveel
  • Filter mapped ports when port numbers are not specified (replaces #3948) (#3979) @​rnorth
  • Compose: Fix NPE bug with docker-compose files in working directory (#3866) @​GooseMagnet
  • Selenium: Fix mp4 recording to be compatible with Firefox (#3812) @​leonard84

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • dabc99c Make it possible to provide custom LocalStack services (#3995)
  • 55838a9 ec2 added to localstack services enum (#3955)
  • 1cd0476 Update docker-java to 3.2.8 (#3980)
  • 3347710 Pin localstack to 0.12.8 (#3981)
  • 3c70d08 Update docs to clarify shading approach (#3974)
  • f3ffed6 Fix problem of starting up mysql 5.7.33 version when user is root (#3953)
  • 9183f8f Prevent ContainerDatabaseDriver from throwing NPEs when on classpath but not ...
  • 1e6deb1 Filter mapped ports when port numbers are not specified (replaces #3948) (#3979)
  • 8533e9b Bump s3 from 2.15.56 to 2.16.34 in /modules/localstack (#3963)
  • b3cf062 Add information for TLS disabled mode in Gitlab (#2466)
  • Additional commits viewable in compare view

Updates junit-jupiter from 1.15.2 to 1.15.3

Release notes

Sourced from junit-jupiter's releases.

1.15.3

What's Changed

🚀 Features & Enhancements

  • Localstack: Make it possible to provide custom LocalStack services (#3995) @​bsideup
  • Localstack: Add EC2 to localstack services enum (#3955) @​pinzon
  • Add TrinoContainer, a container for Trino (#3668) @​findepi
  • Compose: Make DockerComposeContainer only pull necessary images when multiple compose files were given (#3787) @​askfor
  • Delegate copyFile{To,From}Container's state verification to Docker (#3805) @​michael-simons

🐛 Bug Fixes

  • MySQL: Fix problem of starting up mysql 5.7.33 version when user is root (#3953) @​seveneves
  • JDBC: Prevent ContainerDatabaseDriver from throwing NPEs when on classpath but not initialized (#3976) @​mrotteveel
  • Filter mapped ports when port numbers are not specified (replaces #3948) (#3979) @​rnorth
  • Compose: Fix NPE bug with docker-compose files in working directory (#3866) @​GooseMagnet
  • Selenium: Fix mp4 recording to be compatible with Firefox (#3812) @​leonard84

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • dabc99c Make it possible to provide custom LocalStack services (#3995)
  • 55838a9 ec2 added to localstack services enum (#3955)
  • 1cd0476 Update docker-java to 3.2.8 (#3980)
  • 3347710 Pin localstack to 0.12.8 (#3981)
  • 3c70d08 Update docs to clarify shading approach (#3974)
  • f3ffed6 Fix problem of starting up mysql 5.7.33 version when user is root (#3953)
  • 9183f8f Prevent ContainerDatabaseDriver from throwing NPEs when on classpath but not ...
  • 1e6deb1 Filter mapped ports when port numbers are not specified (replaces #3948) (#3979)
  • 8533e9b Bump s3 from 2.15.56 to 2.16.34 in /modules/localstack (#3963)
  • b3cf062 Add information for TLS disabled mode in Gitlab (#2466)
  • Additional commits viewable in compare view

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 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[bot] avatar May 31 '21 09:05 dependabot[bot]

Codecov Report

Merging #496 (7bd1bac) into master (91d0759) will decrease coverage by 1.35%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #496      +/-   ##
============================================
- Coverage     65.04%   63.68%   -1.36%     
+ Complexity       73       70       -3     
============================================
  Files            27       27              
  Lines           369      369              
  Branches         37       37              
============================================
- Hits            240      235       -5     
- Misses          115      121       +6     
+ Partials         14       13       -1     
Impacted Files Coverage Δ
.../viartemev/thewhiterabbit/publisher/AckListener.kt 57.14% <0.00%> (-21.43%) :arrow_down:
...n/com/viartemev/thewhiterabbit/channel/Channels.kt 32.14% <0.00%> (-10.72%) :arrow_down:
...viartemev/thewhiterabbit/channel/ConfirmChannel.kt 100.00% <0.00%> (+20.00%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 91d0759...7bd1bac. Read the comment docs.

codecov[bot] avatar May 31 '21 10:05 codecov[bot]

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Nov 07 '23 14:11 dependabot[bot]