瀏覽代碼

Bump mockito-junit-jupiter from 3.3.0 to 3.3.1

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 年之前
父節點
當前提交
3717647145
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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