From 6b78c62d3b2050161d737fdfbac3b5bfe676ff91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:07:43 +0000 Subject: [PATCH] chore(deps): bump mockito-core from 4.6.1 to 4.8.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.8.1) --- 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 29e3cea..9812f0b 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' - testImplementation 'org.mockito:mockito-core:4.6.1' + testImplementation 'org.mockito:mockito-core:4.8.1' testImplementation 'org.springframework:spring-test:5.3.23' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2' testImplementation 'org.springframework.boot:spring-boot-test:2.7.5'