2023-02-28T02:13:01

This commit is contained in:
2023-02-28 02:13:03 +09:00
parent d28485c0c8
commit bd1440e1a5
15 changed files with 111 additions and 22 deletions

View File

@@ -11,5 +11,5 @@ plugins {
dependencies {
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation("org.mockito:mockito-core:3.11.2")
testImplementation("org.mockito:mockito-core:4.5.1")
}