From c396448ab9792ff93dd0ea34f577aadd09ea0c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:24:04 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.core:jackson-annotations Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.20 to 2.21. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.21' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buttplug4j/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buttplug4j/build.gradle b/buttplug4j/build.gradle index 380ff23..d6c6bbd 100644 --- a/buttplug4j/build.gradle +++ b/buttplug4j/build.gradle @@ -11,8 +11,8 @@ repositories { } dependencies { - api 'com.fasterxml.jackson.core:jackson-annotations:2.20' - api 'com.fasterxml.jackson.core:jackson-databind:2.20.1' + api 'com.fasterxml.jackson.core:jackson-annotations:2.21' + api 'com.fasterxml.jackson.core:jackson-databind:2.21.1' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' testImplementation 'dev.harrel:json-schema:1.8.2' testImplementation 'org.mockito:mockito-core:5.21.0'