Skip to content

Commit

Permalink
Bump the prod-deps group with 2 updates (#1229)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 2 updates:
[org.kiwiproject:kiwi-bom](https://github.com/kiwiproject/kiwi-bom) and
[org.kiwiproject:retrying-again](https://github.com/kiwiproject/retrying-again).

Updates `org.kiwiproject:kiwi-bom` from 2.0.19 to 2.0.20
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kiwiproject/kiwi-bom/releases">org.kiwiproject:kiwi-bom's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.20</h2>
<h2>Summary</h2>
<ul>
<li>2025-01-04T04:27:56Z - <a
href="https://github.com/kiwiproject/kiwi-bom/compare/v2.0.19...v2.0.20">3
commit(s)</a> by <a href="https://github.com/sleberknight">Scott
Leberknight</a></li>
</ul>
<h2>Warning ⚠️</h2>
<p>This release is specifically to revert Logback-classic and
logback-core to 1.5.12, which is the highest version that we can use
with Dropwizard 4.x (or even the 5.x alpha versions). Since most of the
kiwi libraries relate and/or depend on Dropwizard, we cannot go beyond
these Logback versions until Dropwizard does. See <a
href="https://redirect.github.com/kiwiproject/kiwi-bom/issues/1239">#1239</a>
for details.</p>
<p><em>You therefore cannot use kiwi-bom 2.0.19 with Dropwizard 4.x or
else you will get <code>ClassNotFoundError</code> at runtime and your
application will not run.</em></p>
<h2>Bugs 🐛</h2>
<ul>
<li>Dropwizard 4.x (and 5.x) not compatible with Logback core and
classic beyond 1.5.12 [(<a
href="https://redirect.github.com/kiwiproject/kiwi-bom/issues/1239">#1239</a>)](<a
href="https://redirect.github.com/kiwiproject/kiwi-bom/issues/1239">kiwiproject/kiwi-bom#1239</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kiwiproject/kiwi-bom/commit/2f0206f21fc1a0055a4eec9946063a94c2bb3f5a"><code>2f0206f</code></a>
[maven-release-plugin] prepare release v2.0.20</li>
<li><a
href="https://github.com/kiwiproject/kiwi-bom/commit/e9f71f4d59c8929e46bb0ce0ca3573981247095b"><code>e9f71f4</code></a>
Revert logback-classic and logback-core to 1.5.12 (<a
href="https://redirect.github.com/kiwiproject/kiwi-bom/issues/1240">#1240</a>)</li>
<li><a
href="https://github.com/kiwiproject/kiwi-bom/commit/0f5c72fb0a425c180b7701ad0207e310a68283c8"><code>0f5c72f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/kiwiproject/kiwi-bom/compare/v2.0.19...v2.0.20">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.kiwiproject:retrying-again` from 2.1.4 to 2.1.5
<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.5</h2>
<h2>Summary</h2>
<ul>
<li>2025-01-04T04:45:11Z - <a
href="https://github.com/kiwiproject/retrying-again/compare/v2.1.4...v2.1.5">3
commit(s)</a> by <a href="https://github.com/sleberknight">Scott
Leberknight</a>, <a
href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<h2>Dependency Updates ⬆️</h2>
<ul>
<li>Bump org.kiwiproject:kiwi-bom from 2.0.19 to 2.0.20 in the prod-deps
group [(<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/244">#244</a>)](<a
href="https://redirect.github.com/kiwiproject/retrying-again/pull/244">kiwiproject/retrying-again#244</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/32c8541ad1e40f1b093f85e10c46ade66508416e"><code>32c8541</code></a>
[maven-release-plugin] prepare release v2.1.5</li>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/90aee217606164235cf37baaa8cbd1c8412e1a41"><code>90aee21</code></a>
Bump org.kiwiproject:kiwi-bom in the prod-deps group (<a
href="https://redirect.github.com/kiwiproject/retrying-again/issues/244">#244</a>)</li>
<li><a
href="https://github.com/kiwiproject/retrying-again/commit/fe5af44a234b9fce95725831796f144a330a3b14"><code>fe5af44</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.4...v2.1.5">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2025
1 parent f134555 commit 553ddf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

<properties>
<!-- Versions for required dependencies -->
<kiwi-bom.version>2.0.19</kiwi-bom.version>
<kiwi-bom.version>2.0.20</kiwi-bom.version>

<!-- Versions for provided dependencies -->
<retrying-again.version>2.1.4</retrying-again.version>
<retrying-again.version>2.1.5</retrying-again.version>

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

0 comments on commit 553ddf2

Please sign in to comment.