Skip to content

Commit 1055ec0

Browse files
authored
Merge pull request #16 from Visual-Regression-Tracker/dependabot/gradle/org.mockito-mockito-core-3.4.6
Bump mockito-core from 3.4.4 to 3.4.6
2 parents 43e7f43 + ba560c1 commit 1055ec0

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
@@ -29,7 +29,7 @@ dependencies {
2929
implementation 'com.google.code.gson:gson:2.8.6'
3030
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
3131
testImplementation 'commons-io:commons-io:2.7'
32-
testImplementation 'org.mockito:mockito-core:3.4.4'
32+
testImplementation 'org.mockito:mockito-core:3.4.6'
3333
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0"
3434
}
3535

0 commit comments

Comments
 (0)