From 3c1c20068e23a59b7bb49a204a94c394b1de6b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:24:50 +0300 Subject: [PATCH] Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (#365) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.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 b7cc115a7..6557d52a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ flaker = "0.1.2" ktor = "2.3.12" leakcanary = "3.0-alpha-8" robolectric = "4.13" -mockito = "5.12.0" +mockito = "5.13.0" kaspresso = "1.5.5" mockk = "1.13.12" turbine = "1.1.0"