From 0cf5b49e52bfef3cdac9ed560dd8925796e47846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 03:52:44 +0000 Subject: [PATCH] fix(deps): bump org.mockito:mockito-core from 4.9.0 to 5.18.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6092b37..648cf13 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'org.json:json:20250107' implementation 'com.nimbusds:oauth2-oidc-sdk:11.23' - testImplementation 'org.mockito:mockito-core:4.9.0' + testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testImplementation 'ch.qos.logback:logback-classic:1.2.11' testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"