Skip to content

Commit 11a0797

Browse files
authored
Merge pull request #116 from iTitus/dependabot/gradle/org.mockito-mockito-core-5.14.1
Bump org.mockito:mockito-core from 5.14.0 to 5.14.1
2 parents 4fdeb8f + e5e7ee6 commit 11a0797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation platform('org.junit:junit-bom:5.11.1')
3030
testImplementation 'org.junit.jupiter:junit-jupiter'
3131
testImplementation 'org.assertj:assertj-core:3.26.3'
32-
testImplementation 'org.mockito:mockito-core:5.14.0'
32+
testImplementation 'org.mockito:mockito-core:5.14.1'
3333
}
3434

3535
test {

0 commit comments

Comments
 (0)