فهرست منبع

Bump mockito-junit-jupiter from 3.4.2 to 3.4.4

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.4.2 to 3.4.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.2...v3.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 سال پیش
والد
کامیت
3e24b47b7c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -156,7 +156,7 @@ subprojects {
         testImplementation "${lib["assertj-core"]}"
         testImplementation "${lib["junit-jupiter-api"]}"
         testRuntimeOnly "${lib["junit-jupiter-engine"]}"
-        testImplementation "org.mockito:mockito-junit-jupiter:3.4.2"
+        testImplementation "org.mockito:mockito-junit-jupiter:3.4.4"
         testImplementation "${lib["lagarto"]}"
         testImplementation "${lib["logback-classic"]}"
     }