From fc627ae966897c6f0015f9371a3e55368494ab86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:47:57 +0000 Subject: [PATCH] deps(upgrade): bump org.mockito:mockito-inline from 3.9.0 to 5.2.0 Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 3.9.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ca022b6c..75609664 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1") testImplementation("com.github.marschall:memoryfilesystem:2.1.0") testImplementation("org.mockito:mockito-core:3.9.0") - testImplementation("org.mockito:mockito-inline:3.9.0") + testImplementation("org.mockito:mockito-inline:5.2.0") testImplementation("org.mockito:mockito-junit-jupiter:3.9.0") testImplementation("org.testcontainers:testcontainers:1.18.1") testImplementation("org.testcontainers:testcontainers:1.18.1")