From 4d3513112cced516594fd11e75ef75bf8bfa2503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:24:40 +0000 Subject: [PATCH] Bump com.codeheadsystems:hofmann-dropwizard Bumps the dev-dependencies group with 1 update: [com.codeheadsystems:hofmann-dropwizard](https://github.com/codeheadsystems/hofmann-elimination). Updates `com.codeheadsystems:hofmann-dropwizard` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/codeheadsystems/hofmann-elimination/releases) - [Changelog](https://github.com/codeheadsystems/hofmann-elimination/blob/main/CHANGELOG.md) - [Commits](https://github.com/codeheadsystems/hofmann-elimination/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: com.codeheadsystems:hofmann-dropwizard dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1568b55..db44f9e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ application { } dependencies { - implementation("com.codeheadsystems:hofmann-dropwizard:1.3.2") + implementation("com.codeheadsystems:hofmann-dropwizard:1.4.0") implementation("io.dropwizard:dropwizard-core:5.0.1") implementation("io.dropwizard:dropwizard-auth:5.0.1") implementation("io.dropwizard:dropwizard-assets:5.0.1")