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")