From baad2fa33f9ce8231a306e98efc1ef32b9f17dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:20:03 +0000 Subject: [PATCH] Bump mockito from 5.8.0 to 5.9.0 Bumps `mockito` from 5.8.0 to 5.9.0. Updates `org.mockito:mockito-errorprone` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.0) Updates `org.mockito:mockito-core` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-errorprone dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29e3893edd..b44472d683 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -63,7 +63,7 @@ junit4 = "4.13.2" junit5 = "5.10.1" kotlin = "1.9.22" lincheck = "2.18.1" -mockito = "5.8.0" +mockito = "5.9.0" nexus-publish = "2.0.0-rc-1" nullaway-core = "0.10.19" nullaway-plugin = "1.6.0"