From c8dae6ff98a481bf1af5c1c93524302b3454d40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:41:29 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 (#1465) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.9.0...v5.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3003ac70c1..a0051e33fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ bndlibVersion = "7.0.0" # Testing assertjVersion = "3.25.2" junitVersion = "5.10.1" -mockitoVersion = "5.9.0" +mockitoVersion = "5.10.0" mockitoKotlinVersion = "5.2.1" # Plugins