Skip to content

Commit 45f9302

Browse files
authored
Merge pull request #233 from iTitus/dependabot/gradle/org.mockito-mockito-core-5.16.1
Bump org.mockito:mockito-core from 5.16.0 to 5.16.1
2 parents c505eb0 + e35906b commit 45f9302

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
@@ -47,7 +47,7 @@ dependencies {
4747
testImplementation 'org.junit.jupiter:junit-jupiter'
4848
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4949
testImplementation 'org.assertj:assertj-core:3.27.3'
50-
testImplementation 'org.mockito:mockito-core:5.16.0'
50+
testImplementation 'org.mockito:mockito-core:5.16.1'
5151
}
5252

5353
test {

0 commit comments

Comments
 (0)