Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (#274)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter De Clercq <thepieterdc@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and thepieterdc authored Dec 17, 2023
1 parent aba971f commit d06ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation platform("org.junit:junit-bom:5.10.1")

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.7.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
testImplementation group: 'io.github.thepieterdc.random', name: 'random', version: '1.0.2'
}

Expand Down

0 comments on commit d06ab43

Please sign in to comment.