From 6b00638b2fd4cf2bcc45e183d42eaedfb42348eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:59:40 +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] --- 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 b23c337ee..2cd586133 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.14.2', + 'org.mockito:mockito-core:5.15.2', 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' ) testRuntimeOnly(