From 09a6d90c4feb59f1f887ddd6fc7c37ab9ae99669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:08:55 -0700 Subject: [PATCH] build(deps): bump org.mockito:mockito-core in the all-dependencies group (#182) Bumps the all-dependencies group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 847c574..17c2875 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation 'org.eclipse.parsson:parsson:1.1.7' testImplementation 'org.junit.jupiter:junit-jupiter-engine' testImplementation 'org.assertj:assertj-core:3.26.3' - testImplementation 'org.mockito:mockito-core:5.14.1' + testImplementation 'org.mockito:mockito-core:5.14.2' } test {