This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
commit c1ba4f0966b93ee641055d1ae025293a93ead521
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 16:10:13 2026 +0200
RATIS-2556. Bump dropwizard to 4.2.39 (#123)
(cherry picked from commit d1a4fd852641fc477f5f091ff7c03ceaabfe280d)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4c92252..c407011 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<!--Version of Netty to be shaded -->
<shaded.netty.version>4.1.133.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
- <shaded.dropwizard.version>4.2.38</shaded.dropwizard.version>
+ <shaded.dropwizard.version>4.2.39</shaded.dropwizard.version>
<!-- third party library versions -->
<gson.version>2.13.2</gson.version>