dependabot[bot] opened a new pull request #3135:
URL: https://github.com/apache/camel-k/pull/3135


   Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.16.0 
to 1.19.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/onsi/gomega/releases";>github.com/onsi/gomega's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.19.0</h2>
   <h2>Features</h2>
   <ul>
   <li>New <a 
href="https://onsi.github.io/gomega/#haveeachelement-interface";><code>HaveEach</code></a>
 matcher to ensure that each and every element in an <code>array</code>, 
<code>slice</code>, or <code>map</code> satisfies the passed in matcher. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/523";>#523</a>) 
[9fc2ae2] (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/524";>#524</a>) 
[c8ba582]</li>
   <li>Users can now wrap the <code>Gomega</code> interface to implement custom 
behavior on each assertion. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/521";>#521</a>) 
[1f2e714]</li>
   <li><a 
href="https://onsi.github.io/gomega/#containelementelement-interface";><code>ContainElement</code></a>
 now accepts an additional pointer argument.  Elements that satisfy the matcher 
are stored in the pointer enabling developers to easily add subsequent, more 
detailed, assertions against the matching element. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/527";>#527</a>) 
[1a4e27f]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>update RELEASING instructions to match ginkgo [0917cde]</li>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.3 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/519";>#519</a>) 
[49ab4b0]</li>
   <li>Fix CVE-2021-38561 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/534";>#534</a>) 
[f1b4456]</li>
   <li>Fix max number of samples in experiments on non-64-bit systems. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/528";>#528</a>) 
[1c84497]</li>
   <li>Remove dependency on ginkgo v1.16.4 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/530";>#530</a>) 
[4dea8d5]</li>
   <li>Fix for Go 1.18 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/532";>#532</a>) 
[56d2a29]</li>
   <li>Document precendence of timeouts (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/533";>#533</a>) 
[b607941]</li>
   </ul>
   <h2>v1.18.1</h2>
   <ul>
   <li>add pointer support to HaveField matcher (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/495";>#495</a>) 
[79e41a3]</li>
   </ul>
   <h2>v1.18.0</h2>
   <h2>Features</h2>
   <ul>
   <li>Docs now live on the master branch in the docs folder which will make 
for easier PRs.  The docs also use Ginkgo 2.0's new docs html/css/js. 
[2570272]</li>
   <li>New HaveValue matcher can handle actuals that are either values (in 
which case they are passed on unscathed) or pointers (in which case they are 
indirected).  <a href="https://onsi.github.io/gomega/#working-with-values";>Docs 
here.</a> (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/485";>#485</a>) 
[bdc087c]</li>
   <li>Gmeasure has been declared GA [360db9d]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>Gomega now uses ioutil for Go 1.15 and lower (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/492";>#492</a>) 
- official support is only for the most recent two major versions of Go but 
this will unblock users who need to stay on older unsupported versions of Go. 
[c29c1c0]</li>
   </ul>
   <h2>Maintenace</h2>
   <ul>
   <li>Remove Travis workflow (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/491";>#491</a>) 
[72e6040]</li>
   <li>Upgrade to Ginkgo 2.0.0 GA [f383637]</li>
   <li>chore: fix description of HaveField matcher (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/487";>#487</a>) 
[2b4b2c0]</li>
   <li>use tools.go to ensure Ginkgo cli dependencies are included 
[f58a52b]</li>
   <li>remove dockerfile and simplify github actions to match ginkgo's actions 
[3f8160d]</li>
   </ul>
   <h2>v1.17.0</h2>
   <h2>1.17.0</h2>
   <h3>Features</h3>
   <ul>
   <li>Add HaveField matcher [3a26311]</li>
   <li>add Error() assertions on the final error value of multi-return values 
(<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/480";>#480</a>) 
[2f96943]</li>
   <li>separate out offsets and timeouts (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/478";>#478</a>) 
[18a4723]</li>
   <li>fix transformation error reporting (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/479";>#479</a>) 
[e001fab]</li>
   <li>allow transform functions to report errors (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/472";>#472</a>) 
[bf93408]</li>
   </ul>
   <h3>Fixes</h3>
   <p>Stop using deprecated ioutil package (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/467";>#467</a>) 
[07f405d]</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md";>github.com/onsi/gomega's
 changelog</a>.</em></p>
   <blockquote>
   <h2>1.19.0</h2>
   <h2>Features</h2>
   <ul>
   <li>New <a 
href="https://onsi.github.io/gomega/#haveeachelement-interface";><code>HaveEach</code></a>
 matcher to ensure that each and every element in an <code>array</code>, 
<code>slice</code>, or <code>map</code> satisfies the passed in matcher. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/523";>#523</a>) 
[9fc2ae2] (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/524";>#524</a>) 
[c8ba582]</li>
   <li>Users can now wrap the <code>Gomega</code> interface to implement custom 
behavior on each assertion. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/521";>#521</a>) 
[1f2e714]</li>
   <li><a 
href="https://onsi.github.io/gomega/#containelementelement-interface";><code>ContainElement</code></a>
 now accepts an additional pointer argument.  Elements that satisfy the matcher 
are stored in the pointer enabling developers to easily add subsequent, more 
detailed, assertions against the matching element. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/527";>#527</a>) 
[1a4e27f]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>update RELEASING instructions to match ginkgo [0917cde]</li>
   <li>Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.3 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/519";>#519</a>) 
[49ab4b0]</li>
   <li>Fix CVE-2021-38561 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/534";>#534</a>) 
[f1b4456]</li>
   <li>Fix max number of samples in experiments on non-64-bit systems. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/528";>#528</a>) 
[1c84497]</li>
   <li>Remove dependency on ginkgo v1.16.4 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/530";>#530</a>) 
[4dea8d5]</li>
   <li>Fix for Go 1.18 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/532";>#532</a>) 
[56d2a29]</li>
   <li>Document precendence of timeouts (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/533";>#533</a>) 
[b607941]</li>
   </ul>
   <h2>1.18.1</h2>
   <h2>Fixes</h2>
   <ul>
   <li>Add pointer support to HaveField matcher (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/495";>#495</a>) 
[79e41a3]</li>
   </ul>
   <h2>1.18.0</h2>
   <h2>Features</h2>
   <ul>
   <li>Docs now live on the master branch in the docs folder which will make 
for easier PRs.  The docs also use Ginkgo 2.0's new docs html/css/js. 
[2570272]</li>
   <li>New HaveValue matcher can handle actuals that are either values (in 
which case they are passed on unscathed) or pointers (in which case they are 
indirected).  <a href="https://onsi.github.io/gomega/#working-with-values";>Docs 
here.</a> (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/485";>#485</a>) 
[bdc087c]</li>
   <li>Gmeasure has been declared GA [360db9d]</li>
   </ul>
   <h2>Fixes</h2>
   <ul>
   <li>Gomega now uses ioutil for Go 1.15 and lower (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/492";>#492</a>) 
- official support is only for the most recent two major versions of Go but 
this will unblock users who need to stay on older unsupported versions of Go. 
[c29c1c0]</li>
   </ul>
   <h2>Maintenace</h2>
   <ul>
   <li>Remove Travis workflow (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/491";>#491</a>) 
[72e6040]</li>
   <li>Upgrade to Ginkgo 2.0.0 GA [f383637]</li>
   <li>chore: fix description of HaveField matcher (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/487";>#487</a>) 
[2b4b2c0]</li>
   <li>use tools.go to ensure Ginkgo cli dependencies are included 
[f58a52b]</li>
   <li>remove dockerfile and simplify github actions to match ginkgo's actions 
[3f8160d]</li>
   </ul>
   <h2>1.17.0</h2>
   <h3>Features</h3>
   <ul>
   <li>Add HaveField matcher [3a26311]</li>
   <li>add Error() assertions on the final error value of multi-return values 
(<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/480";>#480</a>) 
[2f96943]</li>
   <li>separate out offsets and timeouts (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/478";>#478</a>) 
[18a4723]</li>
   <li>fix transformation error reporting (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/479";>#479</a>) 
[e001fab]</li>
   <li>allow transform functions to report errors (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/472";>#472</a>) 
[bf93408]</li>
   </ul>
   <h3>Fixes</h3>
   <p>Stop using deprecated ioutil package (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/467";>#467</a>) 
[07f405d]</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/onsi/gomega/commit/3143ff4a92ce52253b4b256cc4c1e8f026c260d5";><code>3143ff4</code></a>
 v1.19.0</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/0917cdeb04dd0083a9e46be3e67b0bbccbaec876";><code>0917cde</code></a>
 update RELEASING instructions to match ginkgo</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/49ab4b0ebafeed8c2e4ad9c08ac857d703025072";><code>49ab4b0</code></a>
 Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.3 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/519";>#519</a>)</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/f1b44566e253f588961a272daf125b573e1b09cc";><code>f1b4456</code></a>
 Fix CVE-2021-38561 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/534";>#534</a>)</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/1c844972f5b8ed62a679f4ebd1efa923b3286c3e";><code>1c84497</code></a>
 Fix max number of samples in experiments on non-64-bit systems. (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/528";>#528</a>)</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/4dea8d50ed726accb98803687e5aed2cfea1d631";><code>4dea8d5</code></a>
 Remove dependency on ginkgo v1.16.4 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/530";>#530</a>)</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/1a4e27f7122af97561fea383447fca270dcacc30";><code>1a4e27f</code></a>
 Feature/525 return findings for ContainElement (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/527";>#527</a>)</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/1f2e714ea05691c2f9305c6be864fa18c7eee22a";><code>1f2e714</code></a>
 allow users to wrap the Gomega interface (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/521";>#521</a>)</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/56d2a29b473df28159d605b3346d2054c086a1f2";><code>56d2a29</code></a>
 Fix for Go 1.18 (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/532";>#532</a>)</li>
   <li><a 
href="https://github.com/onsi/gomega/commit/b6079417adac3a53321a3b64f35bd7aacd44bedc";><code>b607941</code></a>
 Document precendence of timeouts (<a 
href="https://github-redirect.dependabot.com/onsi/gomega/issues/533";>#533</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/onsi/gomega/compare/v1.16.0...v1.19.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/gomega&package-manager=go_modules&previous-version=1.16.0&new-version=1.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to