From 5d3dc51e831d67e817dd4ac14f26f297ae170399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:31:32 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.2) --- updated-dependencies: - 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 c3c9769..1bb6178 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ junit = "4.13.2" kotlin = "2.0.20" kotlinxCoroutines = "1.9.0" lifecycleRuntimeKtx = "2.8.6" -mockito = "5.13.0" +mockito = "5.14.2" kotlinGradlePlugin = "1.9.20" mockitoInline = "5.2.0" mockitoKotlin = "2.2.0"