From a8d4af0ba4599ee735ab3deaac311f0bcb7c5d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 16:09:06 +0000 Subject: [PATCH] Bump org.mockito:mockito-inline in the test-dependencies group Bumps the test-dependencies group with 1 update: [org.mockito:mockito-inline](https://github.com/mockito/mockito). Updates `org.mockito:mockito-inline` from 3.12.1 to 5.2.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.1...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 422eeaa..ebd59d7 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { runtimeOnly 'com.h2database:h2' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' - testImplementation 'org.mockito:mockito-inline:3.12.1' + testImplementation 'org.mockito:mockito-inline:5.2.0' } apply from: 'test.gradle'