From 2dfc6bec2ee0725c6a04380000732c7b2582b770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:47:51 +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.1 to 1.3.2 - [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.1...v1.3.2) --- updated-dependencies: - dependency-name: com.codeheadsystems:hofmann-dropwizard dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch 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 0e71992..ad6701c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ application { } dependencies { - implementation("com.codeheadsystems:hofmann-dropwizard:1.3.1") + implementation("com.codeheadsystems:hofmann-dropwizard:1.3.2") implementation("io.dropwizard:dropwizard-core:5.0.1") implementation("io.dropwizard:dropwizard-auth:5.0.1") implementation("io.dropwizard:dropwizard-assets:5.0.1")