From 833781c10cb21c4aa36df95f12884377949bfe44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 03:14:01 +0300 Subject: [PATCH] deps(upgrade): bump org.mockito:mockito-core from 3.9.0 to 4.11.0 (#737) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2bb26dba..abf71814 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { testImplementation("org.apache.commons:commons-lang3:3.12.0") testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1") testImplementation("com.github.marschall:memoryfilesystem:2.6.1") - testImplementation("org.mockito:mockito-core:3.9.0") + testImplementation("org.mockito:mockito-core:4.11.0") testImplementation("org.mockito:mockito-inline:3.9.0") testImplementation("org.mockito:mockito-junit-jupiter:3.9.0") testImplementation("org.testcontainers:testcontainers:1.18.1")