From c97fd61d93c93cce741ee9904340a1106d7b32e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:14:29 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.1) --- 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 bfdf8bb1..aeefc5e2 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.13.0" + testImplementation "org.mockito:mockito-core:5.14.1" 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 91c5aee9..4acd49f2 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.13.0" + testImplementation "org.mockito:mockito-core:5.14.1" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep' }