From b689fc9ec6078ae4caeab2a1079918e05410f2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:11:06 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b33b1b..d907f5c 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { runtimeOnly 'com.h2database:h2' implementation 'org.webjars:webjars-locator-core:0.59' implementation 'org.webjars.npm:leaflet:1.9.4' - testImplementation 'org.mockito:mockito-core:5.14.1' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testImplementation 'org.junit.platform:junit-platform-suite:1.10.3'