From 957acebbba45104c4688b32ec13ab9c00492c404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:44:45 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-inline from 4.11.0 to 5.2.0 Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.11.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1361403..9c64c81 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { exclude group: 'net.bytebuddy', module: 'byte-buddy' // mockito 4's version doesn't work with Java 21 } testImplementation 'net.bytebuddy:byte-buddy:1.15.10' // Use the latest available version - testImplementation 'org.mockito:mockito-inline:4.11.0' + testImplementation 'org.mockito:mockito-inline:5.2.0' } test {