From 175991e3e8e6412da1e60e3970e8e1b084fb367c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:59:11 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 (#461) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69eceb5..ba7cc22 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1' - testImplementation 'org.mockito:mockito-core:5.9.0' + testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0' testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.10.1'