Просмотр исходного кода

Bump mockito-junit-jupiter from 3.1.0 to 3.2.4

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.1.0 to 3.2.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.1.0...v3.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 лет назад
Родитель
Сommit
538586dc27
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -148,7 +148,7 @@ subprojects {
         testImplementation("${lib["assertj-core"]}")
         testImplementation("${lib["junit-jupiter-api"]}")
         testRuntimeOnly("${lib["junit-jupiter-engine"]}")
-        testImplementation("org.mockito:mockito-junit-jupiter:3.1.0")
+        testImplementation("org.mockito:mockito-junit-jupiter:3.2.4")
         testImplementation("${lib["lagarto"]}")
         testImplementation("${lib["logback-classic"]}")
     }