Преглед на файлове

Update dependency org.junit.vintage:junit-vintage-engine to v5.11.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] преди 6 месеца
родител
ревизия
f5e7f9fd89
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -360,7 +360,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.11.1'
+    testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.2'
 }
 
 tasks.register('installGitHooks', Copy) {