From 491b4bb7cc646002692b6699d74fc7944d4c25b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:06:47 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.6.0 to 5.8.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.6.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.6.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1e9b7a..68ab011 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { runtimeOnly 'com.h2database:h2' implementation 'org.webjars:webjars-locator-core:0.54' implementation 'org.webjars.npm:leaflet:1.9.4' - testImplementation 'org.mockito:mockito-core:5.6.0' + testImplementation 'org.mockito:mockito-core:5.8.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3' testImplementation 'org.junit.platform:junit-platform-suite:1.10.0'