Skip to content

Commit

Permalink
Bump org.kiwiproject:kiwi-parent from 3.0.19 to 3.0.20 (#558)
Browse files Browse the repository at this point in the history
Bumps
[org.kiwiproject:kiwi-parent](https://github.com/kiwiproject/kiwi-parent)
from 3.0.19 to 3.0.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kiwiproject/kiwi-parent/releases">org.kiwiproject:kiwi-parent's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.20</h2>
<h2>Summary</h2>
<ul>
<li>2024-10-22T00:39:26Z - <a
href="https://github.com/kiwiproject/kiwi-parent/compare/v3.0.19...v3.0.20">4
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.junit:junit-bom from 5.11.2 to 5.11.3 [(<a
href="https://redirect.github.com/kiwiproject/kiwi-parent/issues/358">#358</a>)](<a
href="https://redirect.github.com/kiwiproject/kiwi-parent/pull/358">kiwiproject/kiwi-parent#358</a>)</li>
<li>Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 [(<a
href="https://redirect.github.com/kiwiproject/kiwi-parent/issues/357">#357</a>)](<a
href="https://redirect.github.com/kiwiproject/kiwi-parent/pull/357">kiwiproject/kiwi-parent#357</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kiwiproject/kiwi-parent/commit/64d1e9206b5c629fe516a26563a2ea74a72783dd"><code>64d1e92</code></a>
[maven-release-plugin] prepare release v3.0.20</li>
<li><a
href="https://github.com/kiwiproject/kiwi-parent/commit/42664bcc5ceeefb9743008658a198cd4941be333"><code>42664bc</code></a>
Bump org.junit:junit-bom from 5.11.2 to 5.11.3 (<a
href="https://redirect.github.com/kiwiproject/kiwi-parent/issues/358">#358</a>)</li>
<li><a
href="https://github.com/kiwiproject/kiwi-parent/commit/96de55322ee5577b3802ddb42d04e1ce6aa3a4af"><code>96de553</code></a>
Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (<a
href="https://redirect.github.com/kiwiproject/kiwi-parent/issues/357">#357</a>)</li>
<li><a
href="https://github.com/kiwiproject/kiwi-parent/commit/364ed09b18d981a3b2a425eca3855da44b85857f"><code>364ed09</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/kiwiproject/kiwi-parent/compare/v3.0.19...v3.0.20">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.kiwiproject:kiwi-parent&package-manager=maven&previous-version=3.0.19&new-version=3.0.20)](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] authored Oct 23, 2024
1 parent a1074e2 commit db3888f
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-parent</artifactId>
<version>3.0.19</version>
<version>3.0.20</version>
</parent>

<artifactId>dropwizard-service-utilities</artifactId>
Expand Down

0 comments on commit db3888f

Please sign in to comment.