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(maven): bump rest-assured from 5.2.0 to 5.3.0 #11058

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps rest-assured from 5.2.0 to 5.3.0.

Changelog

Sourced from rest-assured's changelog.

Changelog 5.3.0 (2022-11-18)

  • Added (much) improved support for CSRF tokens when sent as a header and not in a form
  • Enable the use of relaxedHTTPSValidation with two-way ssl (issue #1631) (thanks to Mathieu Amblard for pull request)
  • Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)
  • Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)
  • Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)
  • Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module
  • Upgraded groovy from 4.0.1 to 4.0.6
  • Updated jackson from version 2.13.2 to 2.13.4

Changelog 5.2.1 (2022-11-18)

  • Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)
Commits
  • ebbedc7 [maven-release-plugin] prepare release rest-assured-5.3.0
  • 1e1f325 Updated jackson from version 2.13.2 to 2.13.4
  • 83fcc55 Removing @​ignore
  • 7bd9124 [ci skip] Preparing for release
  • fb926ec [ci skip] Updated changelog to reflect the latest changes
  • 00bc18b [ci skip] Updated changelog to reflect the latest changes
  • 481a55a [ci skip] Updated changelog to reflect the latest changes
  • afbf13b chore: add contentType to accept Spring MedieType (#1625)
  • 14ef2c6 Upgraded groovy from 4.0.1 to 4.0.6
  • da69e1b Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module
  • 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 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 [rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/rest-assured/rest-assured/releases)
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.2.0...rest-assured-5.3.0)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2022
@github-actions
Copy link
Contributor

Test Results

   957 files  ±  0     957 suites  ±0   1h 41m 20s ⏱️ +37s
7 702 tests +71  7 695 ✔️ +71  7 💤 ±0  0 ±0 
7 902 runs  +71  7 893 ✔️ +71  9 💤 ±0  0 ±0 

Results for commit e448cb3. ± Comparison against base commit a7cd9fb.

Copy link
Member

@npepinpe npepinpe left a comment

Choose a reason for hiding this comment

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

bors merge

ghost pushed a commit that referenced this pull request Nov 21, 2022
11055: deps(go): bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /clients/go r=npepinpe a=dependabot[bot]

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p>
<blockquote>
<h2>Release 1.51.0</h2>
<h1>Behavior Changes</h1>
<ul>
<li>xds: NACK EDS resources with duplicate addresses in accordance with a recent spec change (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5715">#5715</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/erni27"><code>`@​erni27</code></a></li>`
</ul>
</li>
<li>grpc: restrict status codes that can be generated by the control plane (gRFC A54) (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5653">#5653</a>)</li>
</ul>
<h1>New Features</h1>
<ul>
<li>client: set grpc-accept-encoding header with all registered compressors (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5541">#5541</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/jronak"><code>`@​jronak</code></a></li>`
</ul>
</li>
<li>xds/weightedtarget: return a more meaningful error when all child policies are in <code>TRANSIENT_FAILURE</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5711">#5711</a>)</li>
<li>gcp/observability: add &quot;started rpcs&quot; metric (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5768">#5768</a>)</li>
<li>xds: de-experimentalize the google-c2p-resolver (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5707">#5707</a>)</li>
<li>balancer: add experimental Producer types and methods (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5669">#5669</a>)</li>
<li>orca: provide a way for LB policies to receive OOB load reports (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5669">#5669</a>)</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>go.mod: upgrade x/text dependency to address <a href="https://www.cve.org/CVERecord?id=CVE-2022-32149">CVE 2022-32149</a> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5769">#5769</a>)</li>
<li>client: fix race that could lead to an incorrect connection state if it was closed immediately after the server's HTTP/2 preface was received (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5714">#5714</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/fuweid"><code>`@​fuweid</code></a></li>`
</ul>
</li>
<li>xds: ensure sum of the weights of all EDS localities at the same priority level does not exceed uint32 max (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5703">#5703</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/erni27"><code>`@​erni27</code></a></li>`
</ul>
</li>
<li>client: fix binary logging bug which logs a server header on a trailers-only response (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5763">#5763</a>)</li>
<li>balancer/priority: fix a bug where unreleased references to removed child policies (and associated state) was causing a memory leak (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5682">#5682</a>)</li>
<li>xds/google-c2p: validate URI schema for no authorities (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5756">#5756</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-go/commit/eeb9afa1f6b6388152955eeca8926e36ca94c768"><code>eeb9afa</code></a> Change version to 1.51.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5782">#5782</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/72812fe3aa93756aca9382ff07d0a3a54eff0b96"><code>72812fe</code></a> gcp/observability: filter logging from cloud ops endpoints calls (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5765">#5765</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/0ae33e69dc6542a4e7a92f30e335376431d2ea4d"><code>0ae33e6</code></a> xdsclient: remove unused test code (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5772">#5772</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/824f44910d8c300989893d0b3a8ddbea6bee9c8f"><code>824f449</code></a> go.mod: upgrade x/text to v0.4 to address CVE (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5769">#5769</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/7f23df022299ea52c9cd00ebe77f5f5cccbb85dc"><code>7f23df0</code></a> xdsclient: switch xdsclient watch deadlock test to e2e style (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5697">#5697</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/32f969e8f3f94359b589d85d27a8dd5cbd5c003b"><code>32f969e</code></a> o11y: Added started rpc metric in o11y plugin (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5768">#5768</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/b597a8e1d0ce3f63ef8a7b62a23ca1fcc3a60678"><code>b597a8e</code></a> xdsclient: improve authority watchers test (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5700">#5700</a>)</li>
<li><a href="https://github.com/grpc/grpc-go/commit/e41e8940c0c481d954a7c23973cd5440b2f0d138"><code>e41e894</code></a> orca: create ORCA producer for LB policies to use to receive OOB load reports...</li>
<li><a href="https://github.com/grpc/grpc-go/commit/36d14dbf6665119337650b37629beced691661c4"><code>36d14db</code></a> Fix binary logging bug which logs a server header on a trailers only response...</li>
<li><a href="https://github.com/grpc/grpc-go/commit/fcb8bdf7219c76d2b608d45317427cbbd6e69d6c"><code>fcb8bdf</code></a> xds/google-c2p: validate url for no authorities (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5756">#5756</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.50.1...v1.51.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.50.1&new-version=1.51.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>

11058: deps(maven): bump rest-assured from 5.2.0 to 5.3.0 r=npepinpe a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt">rest-assured's changelog</a>.</em></p>
<blockquote>
<h2>Changelog 5.3.0 (2022-11-18)</h2>
<ul>
<li>Added (much) improved support for CSRF tokens when sent as a header and not in a form</li>
<li>Enable the use of relaxedHTTPSValidation with two-way ssl (issue <a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1631">#1631</a>) (thanks to Mathieu Amblard for pull request)</li>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
<li>Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)</li>
<li>Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)</li>
<li>Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Upgraded groovy from 4.0.1 to 4.0.6</li>
<li>Updated jackson from version 2.13.2 to 2.13.4</li>
</ul>
<h2>Changelog 5.2.1 (2022-11-18)</h2>
<ul>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/ebbedc77222743624550e8e04ecbdd4f2c209932"><code>ebbedc7</code></a> [maven-release-plugin] prepare release rest-assured-5.3.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1e1f32569327b20326b76447401f2f5bf31fc7fb"><code>1e1f325</code></a> Updated jackson from version 2.13.2 to 2.13.4</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/83fcc55dc5a725bcca04752a5d01486928de55be"><code>83fcc55</code></a> Removing <a href="https://github.com/ignore"><code>`@​ignore</code></a></li>`
<li><a href="https://github.com/rest-assured/rest-assured/commit/7bd91248c41f53fc535f30cbffdcbab25a306ee9"><code>7bd9124</code></a> [ci skip] Preparing for release</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fb926ece0088abbfde9f5b1d0b9acc563325f37c"><code>fb926ec</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/00bc18bb87139dedbb6d58063589a43d55f9d5ec"><code>00bc18b</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/481a55aca3f5ede3b778fe0edea27f1386f27c47"><code>481a55a</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/afbf13b396142c1414885cc6cf9b3de23596288a"><code>afbf13b</code></a> chore: add contentType to accept Spring MedieType (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1625">#1625</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/14ef2c6010dd07cb2383d11f3cbacbc3faa0d19c"><code>14ef2c6</code></a> Upgraded groovy from 4.0.1 to 4.0.6</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/da69e1b8906b3dcf1471f766a686ba94d3030776"><code>da69e1b</code></a> Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.2.0...rest-assured-5.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:rest-assured&package-manager=maven&previous-version=5.2.0&new-version=5.3.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Nov 21, 2022

This PR was included in a batch that timed out, it will be automatically retried

ghost pushed a commit that referenced this pull request Nov 21, 2022
11058: deps(maven): bump rest-assured from 5.2.0 to 5.3.0 r=npepinpe a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt">rest-assured's changelog</a>.</em></p>
<blockquote>
<h2>Changelog 5.3.0 (2022-11-18)</h2>
<ul>
<li>Added (much) improved support for CSRF tokens when sent as a header and not in a form</li>
<li>Enable the use of relaxedHTTPSValidation with two-way ssl (issue <a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1631">#1631</a>) (thanks to Mathieu Amblard for pull request)</li>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
<li>Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)</li>
<li>Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)</li>
<li>Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Upgraded groovy from 4.0.1 to 4.0.6</li>
<li>Updated jackson from version 2.13.2 to 2.13.4</li>
</ul>
<h2>Changelog 5.2.1 (2022-11-18)</h2>
<ul>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/ebbedc77222743624550e8e04ecbdd4f2c209932"><code>ebbedc7</code></a> [maven-release-plugin] prepare release rest-assured-5.3.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1e1f32569327b20326b76447401f2f5bf31fc7fb"><code>1e1f325</code></a> Updated jackson from version 2.13.2 to 2.13.4</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/83fcc55dc5a725bcca04752a5d01486928de55be"><code>83fcc55</code></a> Removing <a href="https://github.com/ignore"><code>`@​ignore</code></a></li>`
<li><a href="https://github.com/rest-assured/rest-assured/commit/7bd91248c41f53fc535f30cbffdcbab25a306ee9"><code>7bd9124</code></a> [ci skip] Preparing for release</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fb926ece0088abbfde9f5b1d0b9acc563325f37c"><code>fb926ec</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/00bc18bb87139dedbb6d58063589a43d55f9d5ec"><code>00bc18b</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/481a55aca3f5ede3b778fe0edea27f1386f27c47"><code>481a55a</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/afbf13b396142c1414885cc6cf9b3de23596288a"><code>afbf13b</code></a> chore: add contentType to accept Spring MedieType (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1625">#1625</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/14ef2c6010dd07cb2383d11f3cbacbc3faa0d19c"><code>14ef2c6</code></a> Upgraded groovy from 4.0.1 to 4.0.6</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/da69e1b8906b3dcf1471f766a686ba94d3030776"><code>da69e1b</code></a> Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.2.0...rest-assured-5.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:rest-assured&package-manager=maven&previous-version=5.2.0&new-version=5.3.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Nov 21, 2022

Timed out.

@lenaschoenburg
Copy link
Member

bors r+

ghost pushed a commit that referenced this pull request Nov 23, 2022
11058: deps(maven): bump rest-assured from 5.2.0 to 5.3.0 r=oleschoenburg a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt">rest-assured's changelog</a>.</em></p>
<blockquote>
<h2>Changelog 5.3.0 (2022-11-18)</h2>
<ul>
<li>Added (much) improved support for CSRF tokens when sent as a header and not in a form</li>
<li>Enable the use of relaxedHTTPSValidation with two-way ssl (issue <a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1631">#1631</a>) (thanks to Mathieu Amblard for pull request)</li>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
<li>Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)</li>
<li>Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)</li>
<li>Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Upgraded groovy from 4.0.1 to 4.0.6</li>
<li>Updated jackson from version 2.13.2 to 2.13.4</li>
</ul>
<h2>Changelog 5.2.1 (2022-11-18)</h2>
<ul>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/ebbedc77222743624550e8e04ecbdd4f2c209932"><code>ebbedc7</code></a> [maven-release-plugin] prepare release rest-assured-5.3.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1e1f32569327b20326b76447401f2f5bf31fc7fb"><code>1e1f325</code></a> Updated jackson from version 2.13.2 to 2.13.4</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/83fcc55dc5a725bcca04752a5d01486928de55be"><code>83fcc55</code></a> Removing <a href="https://github.com/ignore"><code>`@​ignore</code></a></li>`
<li><a href="https://github.com/rest-assured/rest-assured/commit/7bd91248c41f53fc535f30cbffdcbab25a306ee9"><code>7bd9124</code></a> [ci skip] Preparing for release</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fb926ece0088abbfde9f5b1d0b9acc563325f37c"><code>fb926ec</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/00bc18bb87139dedbb6d58063589a43d55f9d5ec"><code>00bc18b</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/481a55aca3f5ede3b778fe0edea27f1386f27c47"><code>481a55a</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/afbf13b396142c1414885cc6cf9b3de23596288a"><code>afbf13b</code></a> chore: add contentType to accept Spring MedieType (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1625">#1625</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/14ef2c6010dd07cb2383d11f3cbacbc3faa0d19c"><code>14ef2c6</code></a> Upgraded groovy from 4.0.1 to 4.0.6</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/da69e1b8906b3dcf1471f766a686ba94d3030776"><code>da69e1b</code></a> Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.2.0...rest-assured-5.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:rest-assured&package-manager=maven&previous-version=5.2.0&new-version=5.3.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>

11076: deps(maven): bump version.archunit from 1.0.0 to 1.0.1 r=oleschoenburg a=dependabot[bot]

Bumps `version.archunit` from 1.0.0 to 1.0.1.
Updates `archunit` from 1.0.0 to 1.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">archunit's releases</a>.</em></p>
<blockquote>
<h2>ArchUnit 1.0.1</h2>
<h1>Bug Fixes</h1>
<ul>
<li>Fix bug where referenced class objects and instanceof checks were not detected if declared within a lambda (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/992">#992</a>)</li>
<li>Fix empty records not being detected as records (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/998">#998</a>; thanks a lot to <a href="https://github.com/hankem"><code>`@​hankem</code></a>)</li>`
<li>Fix Javadoc on <code>layeredArchitecture()</code> missing the new <code>consideringDependencies</code> part (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/977">#977</a>; thanks a lot to <a href="https://github.com/Thunderforge"><code>`@​Thunderforge</code></a>)</li>`
<li>Fix user guide still showing <code>DescribedPredicate.apply</code> instead of <code>.test</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/978">#978</a>; thanks a lot to <a href="https://github.com/thmuch"><code>`@​thmuch</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TNG/ArchUnit/commit/bfbf0477f56188ea92077a08e9e28cba26d474fa"><code>bfbf047</code></a> prepare release 1.0.1</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/6b8fe3c83e469f7f26b93403d4dc4d52d6d9392a"><code>6b8fe3c</code></a> set version for bugfix to <code>1.0.1-SNAPSHOT</code></li>
<li><a href="https://github.com/TNG/ArchUnit/commit/055f5c28c8992e426639e1600002e2424e73c442"><code>055f5c2</code></a> recognize empty records (<a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/999">#999</a>)</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/2cad3831e587995e84bf1ad999c6b764bc6466c8"><code>2cad383</code></a> recognize empty records</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/165dbbd775aae5eca5d207435a375874dddbc408"><code>165dbbd</code></a> add rule not to use ASM from (most) domain classes</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/7d415498feb9e97816762bed2a06eec829723322"><code>7d41549</code></a> Fix referenced class objects and instanceof checks in lambdas (<a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/1004">#1004</a>)</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/ef153bf3e4b85ef62cb9ee8fa00b11fd99b91594"><code>ef153bf</code></a> fix instanceof checks not detected in lambdas</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/4f5698bb12136490e80b1f6c378b547363da1e9e"><code>4f5698b</code></a> fix referenced class objects not detected in lambdas</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/710b56565e2c09ded2d0bccf069aeae3da0ec7ed"><code>710b565</code></a> generify <code>SyntheticAccessRecorder</code></li>
<li><a href="https://github.com/TNG/ArchUnit/commit/736ffb679fbec81c7ea6555b595fa2dd95ad777a"><code>736ffb6</code></a> remove unnecessary <code>final</code> on variables or parameters</li>
<li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.0.0...v1.0.1">compare view</a></li>
</ul>
</details>
<br />

Updates `archunit-junit5-engine` from 1.0.0 to 1.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">archunit-junit5-engine's releases</a>.</em></p>
<blockquote>
<h2>ArchUnit 1.0.1</h2>
<h1>Bug Fixes</h1>
<ul>
<li>Fix bug where referenced class objects and instanceof checks were not detected if declared within a lambda (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/992">#992</a>)</li>
<li>Fix empty records not being detected as records (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/998">#998</a>; thanks a lot to <a href="https://github.com/hankem"><code>`@​hankem</code></a>)</li>`
<li>Fix Javadoc on <code>layeredArchitecture()</code> missing the new <code>consideringDependencies</code> part (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/977">#977</a>; thanks a lot to <a href="https://github.com/Thunderforge"><code>`@​Thunderforge</code></a>)</li>`
<li>Fix user guide still showing <code>DescribedPredicate.apply</code> instead of <code>.test</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/978">#978</a>; thanks a lot to <a href="https://github.com/thmuch"><code>`@​thmuch</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TNG/ArchUnit/commit/bfbf0477f56188ea92077a08e9e28cba26d474fa"><code>bfbf047</code></a> prepare release 1.0.1</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/6b8fe3c83e469f7f26b93403d4dc4d52d6d9392a"><code>6b8fe3c</code></a> set version for bugfix to <code>1.0.1-SNAPSHOT</code></li>
<li><a href="https://github.com/TNG/ArchUnit/commit/055f5c28c8992e426639e1600002e2424e73c442"><code>055f5c2</code></a> recognize empty records (<a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/999">#999</a>)</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/2cad3831e587995e84bf1ad999c6b764bc6466c8"><code>2cad383</code></a> recognize empty records</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/165dbbd775aae5eca5d207435a375874dddbc408"><code>165dbbd</code></a> add rule not to use ASM from (most) domain classes</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/7d415498feb9e97816762bed2a06eec829723322"><code>7d41549</code></a> Fix referenced class objects and instanceof checks in lambdas (<a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/1004">#1004</a>)</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/ef153bf3e4b85ef62cb9ee8fa00b11fd99b91594"><code>ef153bf</code></a> fix instanceof checks not detected in lambdas</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/4f5698bb12136490e80b1f6c378b547363da1e9e"><code>4f5698b</code></a> fix referenced class objects not detected in lambdas</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/710b56565e2c09ded2d0bccf069aeae3da0ec7ed"><code>710b565</code></a> generify <code>SyntheticAccessRecorder</code></li>
<li><a href="https://github.com/TNG/ArchUnit/commit/736ffb679fbec81c7ea6555b595fa2dd95ad777a"><code>736ffb6</code></a> remove unnecessary <code>final</code> on variables or parameters</li>
<li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.0.0...v1.0.1">compare view</a></li>
</ul>
</details>
<br />

Updates `archunit-junit5-api` from 1.0.0 to 1.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">archunit-junit5-api's releases</a>.</em></p>
<blockquote>
<h2>ArchUnit 1.0.1</h2>
<h1>Bug Fixes</h1>
<ul>
<li>Fix bug where referenced class objects and instanceof checks were not detected if declared within a lambda (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/992">#992</a>)</li>
<li>Fix empty records not being detected as records (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/998">#998</a>; thanks a lot to <a href="https://github.com/hankem"><code>`@​hankem</code></a>)</li>`
<li>Fix Javadoc on <code>layeredArchitecture()</code> missing the new <code>consideringDependencies</code> part (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/977">#977</a>; thanks a lot to <a href="https://github.com/Thunderforge"><code>`@​Thunderforge</code></a>)</li>`
<li>Fix user guide still showing <code>DescribedPredicate.apply</code> instead of <code>.test</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/978">#978</a>; thanks a lot to <a href="https://github.com/thmuch"><code>`@​thmuch</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TNG/ArchUnit/commit/bfbf0477f56188ea92077a08e9e28cba26d474fa"><code>bfbf047</code></a> prepare release 1.0.1</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/6b8fe3c83e469f7f26b93403d4dc4d52d6d9392a"><code>6b8fe3c</code></a> set version for bugfix to <code>1.0.1-SNAPSHOT</code></li>
<li><a href="https://github.com/TNG/ArchUnit/commit/055f5c28c8992e426639e1600002e2424e73c442"><code>055f5c2</code></a> recognize empty records (<a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/999">#999</a>)</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/2cad3831e587995e84bf1ad999c6b764bc6466c8"><code>2cad383</code></a> recognize empty records</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/165dbbd775aae5eca5d207435a375874dddbc408"><code>165dbbd</code></a> add rule not to use ASM from (most) domain classes</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/7d415498feb9e97816762bed2a06eec829723322"><code>7d41549</code></a> Fix referenced class objects and instanceof checks in lambdas (<a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/1004">#1004</a>)</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/ef153bf3e4b85ef62cb9ee8fa00b11fd99b91594"><code>ef153bf</code></a> fix instanceof checks not detected in lambdas</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/4f5698bb12136490e80b1f6c378b547363da1e9e"><code>4f5698b</code></a> fix referenced class objects not detected in lambdas</li>
<li><a href="https://github.com/TNG/ArchUnit/commit/710b56565e2c09ded2d0bccf069aeae3da0ec7ed"><code>710b565</code></a> generify <code>SyntheticAccessRecorder</code></li>
<li><a href="https://github.com/TNG/ArchUnit/commit/736ffb679fbec81c7ea6555b595fa2dd95ad777a"><code>736ffb6</code></a> remove unnecessary <code>final</code> on variables or parameters</li>
<li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.0.0...v1.0.1">compare view</a></li>
</ul>
</details>
<br />


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>

11077: deps(maven): bump zstd-jni from 1.5.2-4 to 1.5.2-5 r=oleschoenburg a=dependabot[bot]

Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.2-4 to 1.5.2-5.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/luben/zstd-jni/commits/c1.5.2-5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.luben:zstd-jni&package-manager=maven&previous-version=1.5.2-4&new-version=1.5.2-5)](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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Nov 23, 2022

This PR was included in a batch that timed out, it will be automatically retried

ghost pushed a commit that referenced this pull request Nov 23, 2022
11058: deps(maven): bump rest-assured from 5.2.0 to 5.3.0 r=oleschoenburg a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt">rest-assured's changelog</a>.</em></p>
<blockquote>
<h2>Changelog 5.3.0 (2022-11-18)</h2>
<ul>
<li>Added (much) improved support for CSRF tokens when sent as a header and not in a form</li>
<li>Enable the use of relaxedHTTPSValidation with two-way ssl (issue <a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1631">#1631</a>) (thanks to Mathieu Amblard for pull request)</li>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
<li>Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)</li>
<li>Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)</li>
<li>Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Upgraded groovy from 4.0.1 to 4.0.6</li>
<li>Updated jackson from version 2.13.2 to 2.13.4</li>
</ul>
<h2>Changelog 5.2.1 (2022-11-18)</h2>
<ul>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/ebbedc77222743624550e8e04ecbdd4f2c209932"><code>ebbedc7</code></a> [maven-release-plugin] prepare release rest-assured-5.3.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1e1f32569327b20326b76447401f2f5bf31fc7fb"><code>1e1f325</code></a> Updated jackson from version 2.13.2 to 2.13.4</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/83fcc55dc5a725bcca04752a5d01486928de55be"><code>83fcc55</code></a> Removing <a href="https://github.com/ignore"><code>`@​ignore</code></a></li>`
<li><a href="https://github.com/rest-assured/rest-assured/commit/7bd91248c41f53fc535f30cbffdcbab25a306ee9"><code>7bd9124</code></a> [ci skip] Preparing for release</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fb926ece0088abbfde9f5b1d0b9acc563325f37c"><code>fb926ec</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/00bc18bb87139dedbb6d58063589a43d55f9d5ec"><code>00bc18b</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/481a55aca3f5ede3b778fe0edea27f1386f27c47"><code>481a55a</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/afbf13b396142c1414885cc6cf9b3de23596288a"><code>afbf13b</code></a> chore: add contentType to accept Spring MedieType (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1625">#1625</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/14ef2c6010dd07cb2383d11f3cbacbc3faa0d19c"><code>14ef2c6</code></a> Upgraded groovy from 4.0.1 to 4.0.6</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/da69e1b8906b3dcf1471f766a686ba94d3030776"><code>da69e1b</code></a> Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.2.0...rest-assured-5.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:rest-assured&package-manager=maven&previous-version=5.2.0&new-version=5.3.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Nov 23, 2022

Timed out.

@lenaschoenburg
Copy link
Member

bors retry

ghost pushed a commit that referenced this pull request Nov 25, 2022
11058: deps(maven): bump rest-assured from 5.2.0 to 5.3.0 r=oleschoenburg a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt">rest-assured's changelog</a>.</em></p>
<blockquote>
<h2>Changelog 5.3.0 (2022-11-18)</h2>
<ul>
<li>Added (much) improved support for CSRF tokens when sent as a header and not in a form</li>
<li>Enable the use of relaxedHTTPSValidation with two-way ssl (issue <a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1631">#1631</a>) (thanks to Mathieu Amblard for pull request)</li>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
<li>Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)</li>
<li>Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)</li>
<li>Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Upgraded groovy from 4.0.1 to 4.0.6</li>
<li>Updated jackson from version 2.13.2 to 2.13.4</li>
</ul>
<h2>Changelog 5.2.1 (2022-11-18)</h2>
<ul>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/ebbedc77222743624550e8e04ecbdd4f2c209932"><code>ebbedc7</code></a> [maven-release-plugin] prepare release rest-assured-5.3.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1e1f32569327b20326b76447401f2f5bf31fc7fb"><code>1e1f325</code></a> Updated jackson from version 2.13.2 to 2.13.4</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/83fcc55dc5a725bcca04752a5d01486928de55be"><code>83fcc55</code></a> Removing <a href="https://github.com/ignore"><code>`@​ignore</code></a></li>`
<li><a href="https://github.com/rest-assured/rest-assured/commit/7bd91248c41f53fc535f30cbffdcbab25a306ee9"><code>7bd9124</code></a> [ci skip] Preparing for release</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fb926ece0088abbfde9f5b1d0b9acc563325f37c"><code>fb926ec</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/00bc18bb87139dedbb6d58063589a43d55f9d5ec"><code>00bc18b</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/481a55aca3f5ede3b778fe0edea27f1386f27c47"><code>481a55a</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/afbf13b396142c1414885cc6cf9b3de23596288a"><code>afbf13b</code></a> chore: add contentType to accept Spring MedieType (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1625">#1625</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/14ef2c6010dd07cb2383d11f3cbacbc3faa0d19c"><code>14ef2c6</code></a> Upgraded groovy from 4.0.1 to 4.0.6</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/da69e1b8906b3dcf1471f766a686ba94d3030776"><code>da69e1b</code></a> Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.2.0...rest-assured-5.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:rest-assured&package-manager=maven&previous-version=5.2.0&new-version=5.3.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Nov 25, 2022

Timed out.

@lenaschoenburg
Copy link
Member

bors retry

ghost pushed a commit that referenced this pull request Nov 28, 2022
11058: deps(maven): bump rest-assured from 5.2.0 to 5.3.0 r=oleschoenburg a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 5.2.0 to 5.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt">rest-assured's changelog</a>.</em></p>
<blockquote>
<h2>Changelog 5.3.0 (2022-11-18)</h2>
<ul>
<li>Added (much) improved support for CSRF tokens when sent as a header and not in a form</li>
<li>Enable the use of relaxedHTTPSValidation with two-way ssl (issue <a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1631">#1631</a>) (thanks to Mathieu Amblard for pull request)</li>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
<li>Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)</li>
<li>Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)</li>
<li>Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Upgraded groovy from 4.0.1 to 4.0.6</li>
<li>Updated jackson from version 2.13.2 to 2.13.4</li>
</ul>
<h2>Changelog 5.2.1 (2022-11-18)</h2>
<ul>
<li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/ebbedc77222743624550e8e04ecbdd4f2c209932"><code>ebbedc7</code></a> [maven-release-plugin] prepare release rest-assured-5.3.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1e1f32569327b20326b76447401f2f5bf31fc7fb"><code>1e1f325</code></a> Updated jackson from version 2.13.2 to 2.13.4</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/83fcc55dc5a725bcca04752a5d01486928de55be"><code>83fcc55</code></a> Removing <a href="https://github.com/ignore"><code>`@​ignore</code></a></li>`
<li><a href="https://github.com/rest-assured/rest-assured/commit/7bd91248c41f53fc535f30cbffdcbab25a306ee9"><code>7bd9124</code></a> [ci skip] Preparing for release</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fb926ece0088abbfde9f5b1d0b9acc563325f37c"><code>fb926ec</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/00bc18bb87139dedbb6d58063589a43d55f9d5ec"><code>00bc18b</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/481a55aca3f5ede3b778fe0edea27f1386f27c47"><code>481a55a</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/afbf13b396142c1414885cc6cf9b3de23596288a"><code>afbf13b</code></a> chore: add contentType to accept Spring MedieType (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1625">#1625</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/14ef2c6010dd07cb2383d11f3cbacbc3faa0d19c"><code>14ef2c6</code></a> Upgraded groovy from 4.0.1 to 4.0.6</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/da69e1b8906b3dcf1471f766a686ba94d3030776"><code>da69e1b</code></a> Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.2.0...rest-assured-5.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:rest-assured&package-manager=maven&previous-version=5.2.0&new-version=5.3.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Nov 28, 2022

Timed out.

@npepinpe
Copy link
Member

For some reason bors never triggers workflows for any dependency updates of rest-assured. We had the same problem last time, and I ended up having to merge it manually 🤷

@npepinpe
Copy link
Member

We should find a time where there's no bors activity and just merge it manually.

@lenaschoenburg lenaschoenburg merged commit b448ddb into main Nov 29, 2022
@lenaschoenburg lenaschoenburg deleted the dependabot/maven/io.rest-assured-rest-assured-5.3.0 branch November 29, 2022 07:44
@remcowesterhoud remcowesterhoud added the version:8.2.0-alpha2 Marks an issue as being completely or in parts released in 8.2.0-alpha2 label Dec 6, 2022
@npepinpe npepinpe added the version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0 label Apr 5, 2023
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 version:8.2.0-alpha2 Marks an issue as being completely or in parts released in 8.2.0-alpha2 version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants