From a1473a494a38a5b42381a3340e963a37da363915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:27:13 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 d3d26d059..425205d3b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ junit = { module = 'junit:junit', version = '4.13.2' } leakcanary = { module = 'com.squareup.leakcanary:leakcanary-android', version = '2.14' } material = { module = 'com.google.android.material:material', version = '1.12.0' } materialvalues = { module = 'com.github.esnaultdev:MaterialValues', version = 'v1.1.1' } -mockito-core = { module = 'org.mockito:mockito-core', version = '5.14.1' } +mockito-core = { module = 'org.mockito:mockito-core', version = '5.14.2' } mockito-inline = { module = 'org.mockito:mockito-inline', version = '5.2.0' } moshi = { module = 'com.squareup.moshi:moshi', version = '1.15.1' } okhttp3 = { module = 'com.squareup.okhttp3:okhttp', version.ref = 'okhttp3' }