Skip to content

Commit 811a81b

Browse files
build(deps): bump org.mockito:mockito-core from 5.21.0 to 5.22.0 (#93)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83e3d6c commit 811a81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:6.0.3')
2626
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.3')
27-
testImplementation('org.mockito:mockito-core:5.21.0')
27+
testImplementation('org.mockito:mockito-core:5.22.0')
2828
}
2929

3030
application {

0 commit comments

Comments
 (0)