Skip to content

Commit

Permalink
Resolved Gradle build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Aug 29, 2023
1 parent 2c674be commit af6d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit af6d07c

Please sign in to comment.