From 5070da2c32225a63bc0103f964575af62906023e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:07:18 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-core from 5.20.0 to 5.21.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.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..380ff23 100644 --- a/buttplug4j/build.gradle +++ b/buttplug4j/build.gradle @@ -15,7 +15,7 @@ dependencies { 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 'org.mockito:mockito-core:5.20.0' + testImplementation 'org.mockito:mockito-core:5.21.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1' }