From 0e8bfbd88ec284d9ca571bbb1d206d3b408c9396 Mon Sep 17 00:00:00 2001 From: "mend-app-ghe[bot]" Date: Wed, 10 Sep 2025 18:43:30 +0000 Subject: [PATCH] chore(deps): update dependency io.dropwizard:dropwizard-core to v1.3.29 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0fab7c2..e17bcbc 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { compile 'net.lingala.zip4j:zip4j:1.3.2' compile 'io.dropwizard:dropwizard-assets:1.3.8' - compile 'io.dropwizard:dropwizard-core:1.3.8' + compile 'io.dropwizard:dropwizard-core:1.3.29' compile 'io.dropwizard:dropwizard-forms:1.3.8' compile 'com.google.guava:guava:27.0.1-jre' compile 'com.fasterxml.jackson.core:jackson-databind:2.9.6'