From 911e9519ebaa1317b1de1ba6cb56ad9f7a5a0cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:02:52 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [com.codeheadsystems:hofmann-dropwizard](https://github.com/codeheadsystems/hofmann-elimination), [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `com.codeheadsystems:hofmann-dropwizard` from 1.4.1 to 2.0.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.4.1...v2.0.0) Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.4 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.4...jackson-core-2.22.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.4 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.4 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.codeheadsystems:hofmann-dropwizard dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'