Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f1f6f39c authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #311 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.8.0

Bump mockito-core from 3.7.7 to 3.8.0
parents d3cd4ef2 c04659a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,5 +150,5 @@ dependencies {
    // Required for local unit tests (JUnit 4 framework)
    testImplementation 'junit:junit:4.13.2'
    // required if you want to use Mockito for unit tests
    testImplementation 'org.mockito:mockito-core:3.7.7'
    testImplementation 'org.mockito:mockito-core:3.8.0'
}