From fddca236fad5a6037cb6e8b7966d7e7baaef3af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:01:58 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.+ to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.+ to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits/v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 560ba72..60a83b5 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework:spring-webflux' testImplementation 'org.springframework.graphql:spring-graphql-test' - testImplementation "org.mockito:mockito-core:3.+" + testImplementation "org.mockito:mockito-core:5.+" testImplementation 'org.hamcrest:hamcrest:2.+' testImplementation "org.testcontainers:postgresql:1.+" testImplementation "org.testcontainers:junit-jupiter:1.+"