Skip to content

Commit

Permalink
Bump org.kiwiproject:retrying-again from 2.1.0 to 2.1.1 (#1161)
Browse files Browse the repository at this point in the history
Bumps
[org.kiwiproject:retrying-again](https://github.com/kiwiproject/retrying-again)
from 2.1.0 to 2.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kiwiproject/retrying-again/releases">org.kiwiproject:retrying-again's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<h2>Summary</h2>
<ul>
<li>2024-07-07T11:45:22.508511 - <a
href="https://github.com/kiwiproject/retrying-again/compare/v2.1.0...v2.1.1">5
commit(s)</a> by Scott Leberknight, dependabot[bot]</li>
</ul>
<h2>Assorted 👜</h2>
<ul>
<li>Sonar cleanup: fix deprecated API usage [(<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/228">#228</a>)](<a
href="https://redirect.github.com/kiwiproject/retrying-again/pull/228">kiwiproject/retrying-again#228</a>)</li>
</ul>
<h2>Dependency Updates ⬆️</h2>
<ul>
<li>Bump org.kiwiproject:kiwi-parent from 3.0.15 to 3.0.16 [(<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/230">#230</a>)](<a
href="https://redirect.github.com/kiwiproject/retrying-again/pull/230">kiwiproject/retrying-again#230</a>)</li>
<li>Bump org.kiwiproject:kiwi-bom from 2.0.12 to 2.0.13 [(<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/229">#229</a>)](<a
href="https://redirect.github.com/kiwiproject/retrying-again/pull/229">kiwiproject/retrying-again#229</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/2ae4b75cd49d9322cae77cdd7d5d1f77f9f086ff"><code>2ae4b75</code></a>
[maven-release-plugin] prepare release v2.1.1</li>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/3cd046917ab717ad7bbc48c53265fbfd5012a7f9"><code>3cd0469</code></a>
Bump org.kiwiproject:kiwi-parent from 3.0.15 to 3.0.16 (<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/230">#230</a>)</li>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/e9d6ae8418bbfc5c2d2ababa3e63325997ff4d28"><code>e9d6ae8</code></a>
Bump org.kiwiproject:kiwi-bom from 2.0.12 to 2.0.13 (<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/229">#229</a>)</li>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/ea9460e896767c4902c6996111b37a8fde86b7ca"><code>ea9460e</code></a>
Sonar cleanup: fix deprecated API usage (<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/228">#228</a>)</li>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/799cf40fad5883644e0d51b5411f4ad57421c000"><code>799cf40</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/kiwiproject/retrying-again/compare/v2.1.0...v2.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.kiwiproject:retrying-again&package-manager=maven&previous-version=2.1.0&new-version=2.1.1)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2024
1 parent d2cbbfb commit 6e78e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<kiwi-bom.version>2.0.13</kiwi-bom.version>

<!-- Versions for provided dependencies -->
<retrying-again.version>2.1.0</retrying-again.version>
<retrying-again.version>2.1.1</retrying-again.version>

<!-- Versions for test dependencies -->
<!-- nothing to see here...move along...move along... -->
Expand Down

0 comments on commit 6e78e24

Please sign in to comment.