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 4.5.1 to 5.0.0 #9009

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps rest-assured from 4.5.1 to 5.0.0.

Changelog

Sourced from rest-assured's changelog.

Changelog 5.0.0 (2022-03-25)

  • Breaking change: REST Assured now builds on Groovy 4!
  • Excluded example projects from rest assured bom file (issue 1546)
  • Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)
Commits
  • 2e78356 [maven-release-plugin] prepare release rest-assured-5.0.0
  • bffeefe Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)
  • fd477c5 Excluded example projects from rest assured bom file (issue 1546)
  • 3a74c2c Updated changelog to reflect the latest changes
  • b505d4a Trying ubuntu latest for github actions
  • d7f0466 Upgrading sundrio plugin
  • 1bc199e Removed some redundant OSGi package imports and did a few minor other tweaks ...
  • 30a6c96 Removed downloads link
  • 2461444 Fixes OSGi itests and corrects groovy import range (#1562)
  • 4aa8ba7 Only build RA on Java 8 since gmaven plugin doesn't seem to play well with 11...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2022
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

zeebe-bors-camunda bot added a commit that referenced this pull request Mar 28, 2022
9009: deps(maven): bump rest-assured from 4.5.1 to 5.0.0 r=npepinpe a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 4.5.1 to 5.0.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.0.0 (2022-03-25)</h2>
<ul>
<li>Breaking change: REST Assured now builds on Groovy 4!</li>
<li>Excluded example projects from rest assured bom file (issue 1546)</li>
<li>Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/2e78356464152ee4b993935f282678ab15628170"><code>2e78356</code></a> [maven-release-plugin] prepare release rest-assured-5.0.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/bffeefe4c238a0b1c1f1a8d16c227036eacfd7fd"><code>bffeefe</code></a> Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fd477c599724b19f7361cc12d581446d8eba19c1"><code>fd477c5</code></a> Excluded example projects from rest assured bom file (issue 1546)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/3a74c2c10745c295d09acce23728ba354d499a9b"><code>3a74c2c</code></a> Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/b505d4aaa402176ea70991cddf974bc033b01e46"><code>b505d4a</code></a> Trying ubuntu latest for github actions</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/d7f0466911082a45b5efb57e33e150789085994d"><code>d7f0466</code></a> Upgrading sundrio plugin</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1bc199e79c47d47119096c38a4f6b75f95d280df"><code>1bc199e</code></a> Removed some redundant OSGi package imports and did a few minor other tweaks ...</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/30a6c96a2cd176c81609f61d772f77b62ef74c16"><code>30a6c96</code></a> Removed downloads link</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/24614440409d446abaf5bab30993b866ae8d16a4"><code>2461444</code></a> Fixes OSGi itests and corrects groovy import range (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1562">#1562</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/4aa8ba7ec09717dd20a32f81aee02cee2aefe0bb"><code>4aa8ba7</code></a> Only build RA on Java 8 since gmaven plugin doesn't seem to play well with 11...</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-4.5.1...rest-assured-5.0.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=4.5.1&new-version=5.0.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>
@zeebe-bors-camunda
Copy link
Contributor

Build failed:

@npepinpe
Copy link
Member

bors retry

zeebe-bors-camunda bot added a commit that referenced this pull request Mar 29, 2022
9009: deps(maven): bump rest-assured from 4.5.1 to 5.0.0 r=npepinpe a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 4.5.1 to 5.0.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.0.0 (2022-03-25)</h2>
<ul>
<li>Breaking change: REST Assured now builds on Groovy 4!</li>
<li>Excluded example projects from rest assured bom file (issue 1546)</li>
<li>Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/2e78356464152ee4b993935f282678ab15628170"><code>2e78356</code></a> [maven-release-plugin] prepare release rest-assured-5.0.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/bffeefe4c238a0b1c1f1a8d16c227036eacfd7fd"><code>bffeefe</code></a> Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fd477c599724b19f7361cc12d581446d8eba19c1"><code>fd477c5</code></a> Excluded example projects from rest assured bom file (issue 1546)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/3a74c2c10745c295d09acce23728ba354d499a9b"><code>3a74c2c</code></a> Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/b505d4aaa402176ea70991cddf974bc033b01e46"><code>b505d4a</code></a> Trying ubuntu latest for github actions</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/d7f0466911082a45b5efb57e33e150789085994d"><code>d7f0466</code></a> Upgrading sundrio plugin</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1bc199e79c47d47119096c38a4f6b75f95d280df"><code>1bc199e</code></a> Removed some redundant OSGi package imports and did a few minor other tweaks ...</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/30a6c96a2cd176c81609f61d772f77b62ef74c16"><code>30a6c96</code></a> Removed downloads link</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/24614440409d446abaf5bab30993b866ae8d16a4"><code>2461444</code></a> Fixes OSGi itests and corrects groovy import range (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1562">#1562</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/4aa8ba7ec09717dd20a32f81aee02cee2aefe0bb"><code>4aa8ba7</code></a> Only build RA on Java 8 since gmaven plugin doesn't seem to play well with 11...</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-4.5.1...rest-assured-5.0.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=4.5.1&new-version=5.0.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>

9017: chore(maven): add trailing slashes to new Artifactory URL r=cmur2 a=cmur2

## Description

I got review feedback that it is recommended to have trailing slashes to the URL so I'm adding them for consistency.

## Related issues

Related to INFRA-3107

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Nicolai <christian.nicolai@camunda.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed (retrying...):

zeebe-bors-camunda bot added a commit that referenced this pull request Mar 29, 2022
9009: deps(maven): bump rest-assured from 4.5.1 to 5.0.0 r=npepinpe a=dependabot[bot]

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 4.5.1 to 5.0.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.0.0 (2022-03-25)</h2>
<ul>
<li>Breaking change: REST Assured now builds on Groovy 4!</li>
<li>Excluded example projects from rest assured bom file (issue 1546)</li>
<li>Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rest-assured/rest-assured/commit/2e78356464152ee4b993935f282678ab15628170"><code>2e78356</code></a> [maven-release-plugin] prepare release rest-assured-5.0.0</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/bffeefe4c238a0b1c1f1a8d16c227036eacfd7fd"><code>bffeefe</code></a> Updated jackson from version 2.11.1 to 2.13.2 (issue 1555)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/fd477c599724b19f7361cc12d581446d8eba19c1"><code>fd477c5</code></a> Excluded example projects from rest assured bom file (issue 1546)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/3a74c2c10745c295d09acce23728ba354d499a9b"><code>3a74c2c</code></a> Updated changelog to reflect the latest changes</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/b505d4aaa402176ea70991cddf974bc033b01e46"><code>b505d4a</code></a> Trying ubuntu latest for github actions</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/d7f0466911082a45b5efb57e33e150789085994d"><code>d7f0466</code></a> Upgrading sundrio plugin</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/1bc199e79c47d47119096c38a4f6b75f95d280df"><code>1bc199e</code></a> Removed some redundant OSGi package imports and did a few minor other tweaks ...</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/30a6c96a2cd176c81609f61d772f77b62ef74c16"><code>30a6c96</code></a> Removed downloads link</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/24614440409d446abaf5bab30993b866ae8d16a4"><code>2461444</code></a> Fixes OSGi itests and corrects groovy import range (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1562">#1562</a>)</li>
<li><a href="https://github.com/rest-assured/rest-assured/commit/4aa8ba7ec09717dd20a32f81aee02cee2aefe0bb"><code>4aa8ba7</code></a> Only build RA on Java 8 since gmaven plugin doesn't seem to play well with 11...</li>
<li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-4.5.1...rest-assured-5.0.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=4.5.1&new-version=5.0.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>
@zeebe-bors-camunda
Copy link
Contributor

Build failed:

@npepinpe
Copy link
Member

bors retry

Bumps [rest-assured](https://github.com/rest-assured/rest-assured) from 4.5.1 to 5.0.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-4.5.1...rest-assured-5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.rest-assured-rest-assured-5.0.0 branch from 154c377 to 7d6bddf Compare March 30, 2022 10:08
@zeebe-bors-camunda
Copy link
Contributor

Canceled.

@npepinpe
Copy link
Member

bors r+

@zeebe-bors-camunda
Copy link
Contributor

@zeebe-bors-camunda zeebe-bors-camunda bot merged commit f0b191a into main Mar 30, 2022
@zeebe-bors-camunda zeebe-bors-camunda bot deleted the dependabot/maven/io.rest-assured-rest-assured-5.0.0 branch March 30, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant