diff --git a/build.gradle.kts b/build.gradle.kts index 53fb541..85e0055 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ application { } dependencies { - implementation("com.codeheadsystems:hofmann-dropwizard:1.4.1") + implementation("com.codeheadsystems:hofmann-dropwizard:2.0.0") implementation("io.dropwizard:dropwizard-core:5.0.2") implementation("io.dropwizard:dropwizard-auth:5.0.2") implementation("io.dropwizard:dropwizard-assets:5.0.2") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e4a1a77..b5a4505 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ auth0-jwt = "4.5.2" bouncy-castle = "1.84" dropwizard = "5.0.2" spring-boot = "4.0.6" -jackson = '2.21.4' +jackson = '2.22.0' jackson-annotations = '2.22' tools-jackson = '3.1.4' jakarta-rs-api = '4.0.0'