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

build(deps): bump testcontainers from 1.19.2 to 1.19.3 #3652

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps testcontainers from 1.19.2 to 1.19.3.
Updates org.testcontainers:vault from 1.19.2 to 1.19.3

Release notes

Sourced from org.testcontainers:vault's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

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)
  • See full diff in compare view

Updates org.testcontainers:junit-jupiter from 1.19.2 to 1.19.3

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

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)
  • See full diff in compare view

Updates org.testcontainers:postgresql from 1.19.2 to 1.19.3

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

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)
  • See full diff 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 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)

Bumps `testcontainers` from 1.19.2 to 1.19.3.

Updates `org.testcontainers:vault` from 1.19.2 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.2...1.19.3)

Updates `org.testcontainers:junit-jupiter` from 1.19.2 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.2...1.19.3)

Updates `org.testcontainers:postgresql` from 1.19.2 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.2...1.19.3)

---
updated-dependencies:
- dependency-name: org.testcontainers:vault
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 24, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (906bc17) 71.74% compared to head (f3bcf78) 71.88%.
Report is 5 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3652      +/-   ##
==========================================
+ Coverage   71.74%   71.88%   +0.14%     
==========================================
  Files         915      916       +1     
  Lines       18342    18428      +86     
  Branches     1040     1051      +11     
==========================================
+ Hits        13159    13247      +88     
+ Misses       4727     4723       -4     
- Partials      456      458       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Nov 24, 2023

Test Results

     648 files  ±0       648 suites  ±0   15m 30s ⏱️ -32s
12 848 tests ±0  12 844 ✔️ +1  4 💤 ±0  0  - 1 
13 114 runs  ±0  13 110 ✔️ +1  4 💤 ±0  0  - 1 

Results for commit f3bcf78. ± Comparison against base commit 906bc17.

This pull request removes 124 and adds 124 tests. Note that renamed tests count towards both.
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [1] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@51468039
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [2] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@23933031
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [3] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@4d0b7fd5
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [4] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@1ce2029b
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [5] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@43090195
org.eclipse.edc.connector.callback.staticendpoint.CallbackStaticEndpointExtensionTest ‑ [1] {edc.callback.cb.transactional=false, edc.cb.callback.events=test}
org.eclipse.edc.connector.callback.staticendpoint.CallbackStaticEndpointExtensionTest ‑ [3] {edc.callback.cb.transactional=false, edc.callback.cb.events=test, edc.callback.cb.auth-key=test, edc.callback.cb.uri=url}
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [10] ACCEPTING, TERMINATED, java.util.concurrent.CompletableFuture@41be8db9[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$645/0x00007f6cf8381458@2c2a7d53
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [11] VERIFYING, TERMINATED, java.util.concurrent.CompletableFuture@43d3995f[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$646/0x00007f6cf83816b8@2211b44f
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [12] TERMINATING, TERMINATED, java.util.concurrent.CompletableFuture@e06ec83[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$647/0x00007f6cf8381918@628962e5
…
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [1] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@34f48d1
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [2] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@390a07a0
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [3] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@674e4c82
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [4] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@572b4072
org.eclipse.edc.connector.api.sts.validation.StsTokenRequestValidatorTest ‑ [5] org.eclipse.edc.connector.api.sts.model.StsTokenRequest@322ab6ce
org.eclipse.edc.connector.callback.staticendpoint.CallbackStaticEndpointExtensionTest ‑ [1] {edc.cb.callback.events=test, edc.callback.cb.transactional=false}
org.eclipse.edc.connector.callback.staticendpoint.CallbackStaticEndpointExtensionTest ‑ [3] {edc.callback.cb.auth-key=test, edc.callback.cb.uri=url, edc.callback.cb.transactional=false, edc.callback.cb.events=test}
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [10] ACCEPTING, TERMINATED, java.util.concurrent.CompletableFuture@280ecc33[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$645/0x00007f3a9c381b60@57b1ec84
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [11] VERIFYING, TERMINATED, java.util.concurrent.CompletableFuture@4a336377[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$646/0x00007f3a9c380800@65af05b2
org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest ‑ [12] TERMINATING, TERMINATED, java.util.concurrent.CompletableFuture@c4cceb[Completed normally], org.eclipse.edc.connector.contract.negotiation.ConsumerContractNegotiationManagerImplTest$DispatchFailureArguments$$Lambda$647/0x00007f3a9c380a60@29f3185c
…

♻️ This comment has been updated with latest results.

@wolf4ood wolf4ood merged commit d189d38 into main Nov 30, 2023
27 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/testcontainers-1.19.3 branch November 30, 2023 07:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants