From 93fbb8b46e06177d4de6fc2699627af6895916bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:04:58 +0200 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.5.0 to 5.6.0 (#333) Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... 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 42748e00..67628091 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { strictly '1.15.3' } } - testImplementation("org.mockito:mockito-junit-jupiter:5.5.0") + testImplementation("org.mockito:mockito-junit-jupiter:5.6.0") testImplementation("io.projectreactor:reactor-test") testAnnotationProcessor("org.projectlombok:lombok")