From 8aed3380144235ba313d28fb946c2da107f20a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:38:07 +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] --- biz.ganttproject.core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biz.ganttproject.core/build.gradle b/biz.ganttproject.core/build.gradle index 7e32c12bab..800812ea65 100644 --- a/biz.ganttproject.core/build.gradle +++ b/biz.ganttproject.core/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation( 'org.junit.jupiter:junit-jupiter-api:5.+', - 'org.mockito:mockito-core:5.13.0', + 'org.mockito:mockito-core:5.14.1', 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' ) testRuntimeOnly(