ソースを参照

Bump mockito-junit-jupiter from 3.6.0 to 3.10.0

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.6.0 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.0...v3.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 年 前
コミット
cf29938446
1 ファイル変更1 行追加1 行削除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -93,7 +93,7 @@ subprojects {
     dependencies {
         testImplementation "${lib["assertj-core"]}"
         testImplementation "${lib["junit-jupiter"]}"
-        testImplementation "org.mockito:mockito-junit-jupiter:3.6.0"
+        testImplementation "org.mockito:mockito-junit-jupiter:3.10.0"
         testImplementation "${lib["lagarto"]}"
         testImplementation "${lib["logback-classic"]}"
     }