Skip to content

Commit c452b6e

Browse files
Merge pull request #224 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.4.3
2 parents a9a6ab8 + 2d23400 commit c452b6e

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
@@ -154,5 +154,5 @@ dependencies {
154154
// Required for local unit tests (JUnit 4 framework)
155155
testImplementation 'junit:junit:4.13'
156156
// required if you want to use Mockito for unit tests
157-
testImplementation 'org.mockito:mockito-core:3.4.0'
157+
testImplementation 'org.mockito:mockito-core:3.4.3'
158158
}

0 commit comments

Comments
 (0)