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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.testcontainers:testcontainers-bom from 1.19.1 to 1.19.3 #5269

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps org.testcontainers:testcontainers-bom from 1.19.1 to 1.19.3.

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.19.3

What's Changed

馃悰 Bug Fixes

馃Ч Housekeeping

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

馃摉 Documentation

... (truncated)

Commits
  • 832d943 Register default network alias using ContainerDef (#7861)
  • 696481e Update Yugabyte CQL driver to 4.15.0-yb-1 (#7822)
  • f1f79dc Fix regression using GenericContainer#setImage (#7820)
  • b59888a Fix bugs in SQLScriptScanner with big String literals and PostgreSQL identi...
  • d80ce60 [create-pull-request] automated change (#7813)
  • ca036ae [create-pull-request] automated change (#7812)
  • 6d33055 Keep exposed ports order in ContainerDef (#7811)
  • 1419510 Merge pull request #7810 from testcontainers/combined-pr-branch
  • c326399 Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/org.juni...
  • f466275 Bump org.junit.jupiter:junit-jupiter-api in /examples
  • 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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 22, 2023
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 November 30, 2023 20:36
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 1, 2023 16:56
@dependabot dependabot bot force-pushed the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch from 5c7a005 to 965b5ff Compare December 1, 2023 16:56
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 4, 2023 18:30
@dependabot dependabot bot force-pushed the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch from 965b5ff to 39e8f2b Compare December 4, 2023 18:30
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 4, 2023 20:51
@dependabot dependabot bot force-pushed the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch from 39e8f2b to 14bea04 Compare December 4, 2023 20:51
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 5, 2023 15:39
@dependabot dependabot bot force-pushed the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch from 14bea04 to bdef1d0 Compare December 5, 2023 15:39
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 5, 2023 16:09
@dependabot dependabot bot force-pushed the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch from bdef1d0 to bb7f15a Compare December 5, 2023 16:09
@MalloD12
Copy link
Contributor

MalloD12 commented Dec 8, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch from bb7f15a to 70c6824 Compare December 8, 2023 19:18
@MalloD12 MalloD12 added the sdou Security, Driver and other updates label Dec 8, 2023
@MalloD12 MalloD12 self-requested a review December 11, 2023 15:24
Copy link
Contributor

@MalloD12 MalloD12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

Build and most of the test checks have been successfully executed. Failing and pending checks are due to unknown issues.

@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 11, 2023 18:25
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.3.
- [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.19.1...1.19.3)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 11, 2023 19:04
@dependabot dependabot bot force-pushed the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch from 70c6824 to 5eab312 Compare December 11, 2023 19:05
@filipelautert filipelautert merged commit 6d79b44 into master Dec 20, 2023
30 of 32 checks passed
@filipelautert filipelautert deleted the dependabot-maven-org.testcontainers-testcontainers-bom-1.19.3 branch December 20, 2023 17:04
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 java Pull requests that update Java code sdou Security, Driver and other updates
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants