From cdb8c1946e9407f65110bf2b0cda72c6d51dfb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 14:20:45 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.6.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.6.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.6.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 e031b6a..76dc643 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ commons-lang = "2.4" commons-io = "2.0.1" junit4 = "4.13.2" -mockito = "3.6.0" +mockito = "5.23.0" # https://github.com/lessthanoptimal/gversion-plugin gversion-plugin = "1.10.3"