project: Update gradle dependencies

This commit is contained in:
OpenOSRS
2020-07-30 00:03:57 +00:00
parent 6fdf5d5c76
commit 7844a8761e
4 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ dependencies {
testImplementation(deobjars)
testImplementation(group = "junit", name = "junit", version = "4.13")
testImplementation(group = "org.mockito", name = "mockito-core", version = "3.4.2")
testImplementation(group = "org.mockito", name = "mockito-core", version = "3.4.6")
}
tasks {