From c9b043e93dc4d61534e86a602d5151f8d155288f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 09:45:18 +0000 Subject: [PATCH] chore(deps): Bump mockito-inline from 3.8.0 to 3.9.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 11df4ab..764870c 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.1") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") - testImplementation("org.mockito:mockito-inline:3.8.0") + testImplementation("org.mockito:mockito-inline:3.9.0") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion") }