From 3632aa26f88114a3bc6fa43af352e69e82f0b123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 06:29:10 +0200 Subject: [PATCH] Bump org.mockito:mockito-core from 5.13.0 to 5.14.0 (#180) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.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 9460fe0..e371f9c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ android-compose-runtime = { module = "androidx.compose.runtime:runtime", version android-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeVersion" } test-junit = "junit:junit:4.13.2" test-assertj = "org.assertj:assertj-core:3.26.3" -test-mockito = "org.mockito:mockito-core:5.13.0" +test-mockito = "org.mockito:mockito-core:5.14.0" androidTest-runner = "androidx.test:runner:1.6.2" androidTest-extJunit = "androidx.test.ext:junit:1.2.1" androidTest-assertParcelable = "com.artemzin.assert-parcelable:assert-parcelable:1.0.1"