From 330bffae6cbfad5e00a016c66af6e612c6da61d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:45:01 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (#59) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.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> --- divviup/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/divviup/build.gradle.kts b/divviup/build.gradle.kts index a440524..af3c1cb 100644 --- a/divviup/build.gradle.kts +++ b/divviup/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { testImplementation("ch.qos.logback:logback-core:1.4.12") testImplementation("ch.qos.logback:logback-classic:1.4.12") testImplementation("commons-io:commons-io:2.15.0") - testImplementation("org.mockito:mockito-core:5.7.0") + testImplementation("org.mockito:mockito-core:5.8.0") androidTestImplementation(project(":divviup:commontest")) androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")