Skip to content

Commit

Permalink
Merge pull request #808 from ZeusWPI/dependabot/gradle/buildSrc/org.m…
Browse files Browse the repository at this point in the history
…ockito-mockito-core-5.4.0

Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 in /buildSrc
  • Loading branch information
niknetniko authored Jul 26, 2023
2 parents 6f787e5 + 3cae910 commit efaf9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation 'com.android.tools.build:gradle:7.4.2'
implementation 'org.jetbrains:annotations:24.0.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.3.1'
testImplementation 'org.mockito:mockito-core:5.4.0'
}

validatePlugins {
Expand Down

0 comments on commit efaf9af

Please sign in to comment.