From c324cf316161913fb96065e47eae25f9667ca229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:41:25 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0bb00af..329af05 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { testImplementation(platform("org.junit:junit-bom:5.11.1")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.assertj:assertj-core:3.26.3") - testImplementation("org.mockito:mockito-core:5.13.0") + testImplementation("org.mockito:mockito-core:5.14.0") testImplementation("com.approvaltests:approvaltests:24.6.0") }