Skip to content

Commit

Permalink
Merge pull request #18 from gocd/dependabot/gradle/org.mockito-mockit…
Browse files Browse the repository at this point in the history
…o-core-4.3.1

Bump mockito-core from 4.2.0 to 4.3.1
  • Loading branch information
chadlwilson authored Feb 6, 2022
2 parents 37c2a1c + 28ead34 commit 3b7f5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.35'

testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.2.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.3.1'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.14.3'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.21.0'
Expand Down

0 comments on commit 3b7f5d6

Please sign in to comment.