From dab6623a8328fbd250adc176c50eed3748c70772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:08:43 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.2 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 289b243..3d48888 100644 --- a/divviup/build.gradle.kts +++ b/divviup/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { testImplementation("ch.qos.logback:logback-core:1.5.15") testImplementation("ch.qos.logback:logback-classic:1.5.15") testImplementation("commons-io:commons-io:2.18.0") - testImplementation("org.mockito:mockito-core:5.14.2") + testImplementation("org.mockito:mockito-core:5.15.2") androidTestImplementation(project(":divviup:commontest")) androidTestImplementation("androidx.test.ext:junit:1.2.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")