Resolved Gradle build dependency

This commit is contained in:
Valentyn Kolesnikov 2023-08-29 03:22:20 +03:00
parent 2c674be1b6
commit af6d07cecb

View File

@ -22,7 +22,7 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
testImplementation 'org.mockito:mockito-core:1.9.5'
testImplementation 'org.mockito:mockito-core:4.2.0'
}
subprojects {