From 87325bc606fb89a509997fffcab9f01eb6e51bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:42:21 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and com.github.spotbugs. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.4 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.github.spotbugs` from 6.0.26 to 6.5.8 --- updated-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: dependencies - dependency-name: com.github.spotbugs dependency-version: 6.5.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d3cfc9e..46c234b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { `maven-publish` signing jacoco - id("com.github.spotbugs") version "6.0.26" + id("com.github.spotbugs") version "6.5.8" id("net.thebugmc.gradle.sonatype-central-portal-publisher") version "1.2.4" } @@ -23,7 +23,7 @@ repositories { dependencies { api("com.squareup.okhttp3:okhttp:4.12.0") - api("com.fasterxml.jackson.core:jackson-databind:2.21.4") + api("com.fasterxml.jackson.core:jackson-databind:2.22.0") testImplementation("org.junit.jupiter:junit-jupiter:5.14.4") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")