From d69828cf41647bcb4a1ec87f204a75f22a5e06e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 01:18:28 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.1.1 to 5.19.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.19.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.1...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-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e8245d9..5d143a2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ semver4j = "3.1.0" # TEST FRAMEWORK # =============================================================================================== junit-jupiter = "5.9.2" -mockito = "5.1.1" +mockito = "5.19.0" # =============================================================================================== # SPRING BOOT & WEB DEPENDENCIES (test-app)