From f6228137f9694e225e989e451801963a056927b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 00:22:20 +0000 Subject: [PATCH] Bump the dev-dependencies group with 7 updates Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | io.dropwizard:dropwizard-assets | `5.0.1` | `5.0.2` | | io.dropwizard:dropwizard-core | `5.0.1` | `5.0.2` | | io.dropwizard:dropwizard-auth | `5.0.1` | `5.0.2` | | io.dropwizard:dropwizard-testing | `5.0.1` | `5.0.2` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.21` | `2.22` | | [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `3.1.3` | `3.1.4` | | [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `3.1.3` | `3.1.4` | Updates `io.dropwizard:dropwizard-assets` from 5.0.1 to 5.0.2 Updates `io.dropwizard:dropwizard-core` from 5.0.1 to 5.0.2 Updates `io.dropwizard:dropwizard-auth` from 5.0.1 to 5.0.2 Updates `io.dropwizard:dropwizard-testing` from 5.0.1 to 5.0.2 Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.21 to 2.22 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `tools.jackson.core:jackson-core` from 3.1.3 to 3.1.4 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-3.1.3...jackson-core-3.1.4) Updates `tools.jackson.core:jackson-databind` from 3.1.3 to 3.1.4 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `tools.jackson.core:jackson-databind` from 3.1.3 to 3.1.4 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: io.dropwizard:dropwizard-assets dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: io.dropwizard:dropwizard-core dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: io.dropwizard:dropwizard-auth dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: io.dropwizard:dropwizard-testing dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tools.jackson.core:jackson-core dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- gradle/libs.versions.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c04bc0d..53fb541 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,9 +25,9 @@ application { dependencies { implementation("com.codeheadsystems:hofmann-dropwizard:1.4.1") - implementation("io.dropwizard:dropwizard-core:5.0.1") - implementation("io.dropwizard:dropwizard-auth:5.0.1") - implementation("io.dropwizard:dropwizard-assets:5.0.1") + implementation("io.dropwizard:dropwizard-core:5.0.2") + implementation("io.dropwizard:dropwizard-auth:5.0.2") + implementation("io.dropwizard:dropwizard-assets:5.0.2") implementation("com.google.dagger:dagger:2.59.2") annotationProcessor("com.google.dagger:dagger-compiler:2.59.2") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 517760c..e4a1a77 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,11 +5,11 @@ assertj = "3.27.7" auth0-jwt = "4.5.2" bouncy-castle = "1.84" -dropwizard = "5.0.1" +dropwizard = "5.0.2" spring-boot = "4.0.6" jackson = '2.21.4' -jackson-annotations = '2.21' -tools-jackson = '3.1.3' +jackson-annotations = '2.22' +tools-jackson = '3.1.4' jakarta-rs-api = '4.0.0' junit-jupiter = "6.1.0" mockito = '5.23.0'