Skip to content

Commit 2950986

Browse files
authored
Merge pull request #96 from w3stling/dependabot/gradle/org.mockito-mockito-core-5.4.0
Bump org.mockito:mockito-core from 5.3.1 to 5.4.0
2 parents 041a366 + 8153d14 commit 2950986

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
@@ -19,7 +19,7 @@ dependencies {
1919
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2020
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
2121
testImplementation('org.hamcrest:hamcrest:2.2')
22-
testImplementation('org.mockito:mockito-core:5.3.1')
22+
testImplementation('org.mockito:mockito-core:5.4.0')
2323
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.1')
2424
}
2525

0 commit comments

Comments
 (0)