From 5a63da656d6eefdb59abbdab663b7de041d8cd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 04:23:19 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.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 98119b97..09ff8630 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { runtimeOnly 'ch.qos.logback:logback-classic:1.5.6' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2' - testImplementation 'org.mockito:mockito-core:5.11.0' + testImplementation 'org.mockito:mockito-core:5.12.0' testImplementation 'org.skyscreamer:jsonassert:1.5.1' testImplementation 'org.jsoup:jsoup:1.17.2' testImplementation 'org.skyscreamer:jsonassert:1.5.1'