Skip to content

Commit ce241e0

Browse files
authored
Merge pull request #110 from w3stling/dependabot/gradle/org.mockito-mockito-core-5.5.0
Bump org.mockito:mockito-core from 5.4.0 to 5.5.0
2 parents db917ae + 5e59592 commit ce241e0

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.4.0')
22+
testImplementation('org.mockito:mockito-core:5.5.0')
2323
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.1')
2424
}
2525

0 commit comments

Comments
 (0)