From 754c9dfb9808eda1823e123754c43c4bb7d4bbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:03:03 +0000 Subject: [PATCH] Bump io.dropwizard:dropwizard-core from 4.0.10 to 4.0.11 Bumps io.dropwizard:dropwizard-core from 4.0.10 to 4.0.11. --- updated-dependencies: - dependency-name: io.dropwizard:dropwizard-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d6cabaf..7316898 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { implementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0' - implementation group: 'io.dropwizard', name: 'dropwizard-core', version: '4.0.10' + implementation group: 'io.dropwizard', name: 'dropwizard-core', version: '4.0.11' implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '3.0.0' implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2024.8' implementation group: 'org.inferred', name: 'freebuilder', version: '2.8.0'