From 1a7e508f9ab28a8fcf2b8c0fe119499d4436ace1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 02:01:05 +0000 Subject: [PATCH] Bump mockito-core from 4.9.0 to 4.10.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v4.10.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca99bb8..1dfd289 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion" testImplementation "org.assertj:assertj-core:3.23.1" testImplementation "nl.jqno.equalsverifier:equalsverifier:3.10.1" - testImplementation "org.mockito:mockito-core:4.9.0" + testImplementation "org.mockito:mockito-core:4.10.0" compileOnly "pl.tlinkowski.annotation:pl.tlinkowski.annotation.basic:0.2.0" implementation "javax.xml.bind:jaxb-api:2.3.1" }