From 553ddf24e6aaf04fdce7a44881c4ad7a1dc939f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:54:51 -0500 Subject: [PATCH] Bump the prod-deps group with 2 updates (#1229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
Release notes

Sourced from org.kiwiproject:kiwi-bom's releases.

v2.0.20

Summary

Warning ⚠️

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 #1239 for details.

You therefore cannot use kiwi-bom 2.0.19 with Dropwizard 4.x or else you will get ClassNotFoundError at runtime and your application will not run.

Bugs 🐛

Commits

Updates `org.kiwiproject:retrying-again` from 2.1.4 to 2.1.5
Release notes

Sourced from org.kiwiproject:retrying-again's releases.

v2.1.5

Summary

Dependency Updates ⬆️

Commits

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) ---
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ae6e5ba2..85e67580 100644 --- a/pom.xml +++ b/pom.xml @@ -29,10 +29,10 @@ - 2.0.19 + 2.0.20 - 2.1.4 + 2.1.5