Skip to content

Commit 3c9f4a9

Browse files
authored
Merge pull request #341 from gocd/dependabot/gradle/org.mockito-mockito-core-5.2.0
Bump org.mockito:mockito-core from 5.1.1 to 5.2.0
2 parents 494889d + 10dbee4 commit 3c9f4a9

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
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7777
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
7878
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
79-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.1.1'
79+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
8080
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
8181
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.4'
8282
}

0 commit comments

Comments
 (0)