Skip to content

Commit

Permalink
Upgrade Mockito to 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 15, 2023
1 parent 75cd0d6 commit 76b5d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencyResolutionManagement {

testLibs {
version('junit', '5.10.1')
version('mockito', '5.7.0')
version('mockito', '5.8.0')

library('junit-bom', 'org.junit', 'junit-bom').versionRef('junit')
library('junit-jupiter', 'org.junit.jupiter', 'junit-jupiter').withoutVersion()
Expand Down

0 comments on commit 76b5d4c

Please sign in to comment.