From a21c123ab33f53e040d790dbe14cdd0dbdae6e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 05:43:29 +0000 Subject: [PATCH] fix(deps): bump org.mockito:mockito-core from 4.9.0 to 5.19.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 5.19.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.19.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 fd2c9b3..e68c7e8 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,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.19.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"