From d33081c3872f5d8b1ee0b2d7d33cab14c3668cec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 14:02:57 +0000 Subject: [PATCH] Update dependency org.junit.vintage:junit-vintage-engine to v5.13.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ab868ec0d..4b8f670cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -347,7 +347,7 @@ dependencies { testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version" - testImplementation 'org.junit.vintage:junit-vintage-engine:5.12.2' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.13.0' } tasks.register('installGitHooks', Copy) {