Skip to content

Commit 6072223

Browse files
authored
Merge pull request wiremock#2319 from wiremock/dependabot/gradle/org.mockito-mockito-junit-jupiter-5.5.0
Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0
2 parents 51700a4 + 471d454 commit 6072223

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
@@ -106,7 +106,7 @@ dependencies {
106106
testImplementation "org.hamcrest:hamcrest-core:2.2"
107107
testImplementation "org.hamcrest:hamcrest-library:2.2"
108108
testImplementation 'org.mockito:mockito-core:5.5.0'
109-
testImplementation 'org.mockito:mockito-junit-jupiter:5.4.0'
109+
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
110110
testImplementation "net.javacrumbs.json-unit:json-unit:$versions.jsonUnit"
111111
testImplementation "org.skyscreamer:jsonassert:1.2.3"
112112
testImplementation 'com.toomuchcoding.jsonassert:jsonassert:0.6.2'

0 commit comments

Comments
 (0)