From 1f23e6a16996b901a86ed593c29293b53b2719f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 07:45:44 +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.2.2 to 1.3.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.2.2...v1.3.0) --- updated-dependencies: - dependency-name: com.codeheadsystems:hofmann-dropwizard dependency-version: 1.3.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 a54544d..a26ced0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ application { } dependencies { - implementation("com.codeheadsystems:hofmann-dropwizard:1.2.2") + implementation("com.codeheadsystems:hofmann-dropwizard:1.3.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")