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