From c40437122f8b8096cda5a74aa2b530090358daca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:54:25 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 in /server 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] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index 9959071..13f82e5 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -61,7 +61,7 @@ dependencies { exclude group: "com.vaadin.external.google", module: "android-json" exclude group: "org.xmlunit", module: "xmlunit-core" } - testImplementation "org.mockito:mockito-core:5.14.2" + testImplementation "org.mockito:mockito-core:5.15.2" testImplementation "org.mockito:mockito-junit-jupiter:5.14.2" testImplementation "org.testcontainers:testcontainers:${test_container_version}"