From 581da7e0edc8eb19e93068b22f24f2045d2e1063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:39:41 +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] --- cli/build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/build.gradle b/cli/build.gradle index 6b910aae..b6a8e98c 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -18,7 +18,7 @@ dependencies { testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" - testImplementation "org.mockito:mockito-core:5.14.2" + testImplementation "org.mockito:mockito-core:5.15.2" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep' } diff --git a/core/build.gradle b/core/build.gradle index cdd0b29b..38c035e9 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -41,7 +41,7 @@ dependencies { testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" testImplementation "org.hamcrest:hamcrest:3.0" - testImplementation "org.mockito:mockito-core:5.14.2" + testImplementation "org.mockito:mockito-core:5.15.2" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep' }