Skip to content

Commit c28af5a

Browse files
authored
Merge pull request #7 from Visual-Regression-Tracker/dependabot/gradle/org.mockito-mockito-core-3.4.4
Bump mockito-core from 3.3.3 to 3.4.4
2 parents d3c00ae + 2b0cb36 commit c28af5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation 'com.google.code.gson:gson:2.8.6'
2929
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
3030
testImplementation 'commons-io:commons-io:2.7'
31-
testImplementation 'org.mockito:mockito-core:3.3.3'
31+
testImplementation 'org.mockito:mockito-core:3.4.4'
3232
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0"
3333
}
3434

0 commit comments

Comments
 (0)