Skip to content

Commit f3541b4

Browse files
authored
Merge pull request #349 from gocd/dependabot/gradle/org.mockito-mockito-core-5.3.1
Bump org.mockito:mockito-core from 5.3.0 to 5.3.1
2 parents 2c68f65 + 0719491 commit f3541b4

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
@@ -75,7 +75,7 @@ dependencies {
7575
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7676
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
7777
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
78-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.0'
78+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1'
7979
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
8080
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.4'
8181
}

0 commit comments

Comments
 (0)