Skip to content

Commit a635b21

Browse files
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#26)
1 parent 90f4a3f commit a635b21

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
@@ -24,7 +24,7 @@ dependencies {
2424
// ***** TEST DEPENDENCIES *****
2525
testImplementation('org.junit.jupiter:junit-jupiter-api:5.13.4')
2626
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.13.4')
27-
testImplementation('org.mockito:mockito-core:5.18.0')
27+
testImplementation('org.mockito:mockito-core:5.19.0')
2828
}
2929

3030
application {

0 commit comments

Comments
 (0)