Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump version.testcontainers from 1.15.3 to 1.16.0 #171

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2021

Bumps version.testcontainers from 1.15.3 to 1.16.0.
Updates testcontainers from 1.15.3 to 1.16.0

Release notes

Sourced from testcontainers's releases.

1.16.0

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • 3b3d130 Split Windows CI into core and non-core steps (#4293)
  • 034daa6 Remove withPublishAllPorts from Ryuk and stabilize containerInfo content on s...
  • 3c614f2 Upgrade alpine images for better M1 compatibility (#4291)
  • 71314ab Fallback to x86 image if image pulling fails (#4290)
  • b837bb1 Spock Testcontainers annotation is now inherited (#4053)
  • bfd61d7 Use implicit strategy when docker.host configuration is set (#4175)
  • e89dce1 Allow for docker timestamps with timezone offsets (#4073)
  • 014500b Add support for community edition of couchbase server (#4221)
  • a4a475f Merge pull request #4288 from testcontainers/combined-pr-branch
  • f4c1add Use Apache HttpClient5 transport as the default (#4287)
  • Additional commits viewable in compare view

Updates junit-jupiter from 1.15.3 to 1.16.0

Release notes

Sourced from junit-jupiter's releases.

1.16.0

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • 3b3d130 Split Windows CI into core and non-core steps (#4293)
  • 034daa6 Remove withPublishAllPorts from Ryuk and stabilize containerInfo content on s...
  • 3c614f2 Upgrade alpine images for better M1 compatibility (#4291)
  • 71314ab Fallback to x86 image if image pulling fails (#4290)
  • b837bb1 Spock Testcontainers annotation is now inherited (#4053)
  • bfd61d7 Use implicit strategy when docker.host configuration is set (#4175)
  • e89dce1 Allow for docker timestamps with timezone offsets (#4073)
  • 014500b Add support for community edition of couchbase server (#4221)
  • a4a475f Merge pull request #4288 from testcontainers/combined-pr-branch
  • f4c1add Use Apache HttpClient5 transport as the default (#4287)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 20, 2021
@dependabot dependabot bot requested a review from npepinpe July 20, 2021 16:07
@aivinog1
Copy link
Contributor

aivinog1 commented Sep 7, 2021

Hey @npepinpe! I can help with this dependency update since it blocks every other PRs. As I can see from here there is just API changing. We can deal with it easily.

@npepinpe
Copy link
Collaborator

npepinpe commented Sep 7, 2021

Please do, I'm currently swamped with normal Zeebe things 😅

@aivinog1
Copy link
Contributor

aivinog1 commented Sep 7, 2021

@npepinpe I decided to unblock our PRs differently: #187

@dependabot dependabot bot force-pushed the dependabot/maven/master/version.testcontainers-1.16.0 branch 2 times, most recently from 6d49f43 to 917dc6c Compare September 7, 2021 15:07
@npepinpe
Copy link
Collaborator

npepinpe commented Sep 7, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/master/version.testcontainers-1.16.0 branch from 917dc6c to 6fcfb04 Compare September 7, 2021 15:29
@npepinpe npepinpe mentioned this pull request Sep 7, 2021
4 tasks
@npepinpe
Copy link
Collaborator

npepinpe commented Sep 7, 2021

@dependabot rebase

Bumps `version.testcontainers` from 1.15.3 to 1.16.0.

Updates `testcontainers` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.3...1.16.0)

Updates `junit-jupiter` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.3...1.16.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/master/version.testcontainers-1.16.0 branch from 6fcfb04 to 27d06b3 Compare September 7, 2021 15:47
@npepinpe npepinpe merged commit a132a29 into master Sep 7, 2021
@npepinpe npepinpe deleted the dependabot/maven/master/version.testcontainers-1.16.0 branch September 7, 2021 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants