From 026ef8870863da15399000bee1629c2bb25422f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:08:20 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 4.11.0 to 5.6.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9a55623..47b82815 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'commons-io:commons-io:2.14.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' - testImplementation 'org.mockito:mockito-core:4.11.0' + testImplementation 'org.mockito:mockito-core:5.6.0' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9' testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.21.0' }