소스 검색

Bump mockito-junit-jupiter from 3.3.1 to 3.3.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 년 전
부모
커밋
f58779c626
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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