From 2d3d80db88b07c549846d8712bfbf3aff4dc51cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:07:13 +0000 Subject: [PATCH] build(deps): bump dev.harrel:json-schema from 1.8.2 to 1.9.0 Bumps [dev.harrel:json-schema](https://github.com/harrel56/json-schema) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/harrel56/json-schema/releases) - [Commits](https://github.com/harrel56/json-schema/compare/1.8.2...1.9.0) --- updated-dependencies: - dependency-name: dev.harrel:json-schema dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buttplug4j/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttplug4j/build.gradle b/buttplug4j/build.gradle index cb406c3..80eefd3 100644 --- a/buttplug4j/build.gradle +++ b/buttplug4j/build.gradle @@ -14,7 +14,7 @@ dependencies { api 'com.fasterxml.jackson.core:jackson-annotations:2.20' api 'com.fasterxml.jackson.core:jackson-databind:2.20.1' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' - testImplementation 'dev.harrel:json-schema:1.8.2' + testImplementation 'dev.harrel:json-schema:1.9.0' testImplementation 'org.mockito:mockito-core:5.20.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'