Skip to content

Commit 54d8599

Browse files
build(deps): bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#35)
1 parent d431cf6 commit 54d8599

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.19.0')
27+
testImplementation('org.mockito:mockito-core:5.20.0')
2828
}
2929

3030
application {

0 commit comments

Comments
 (0)