Skip to content

Commit

Permalink
Merge pull request #148 from gocd/dependabot/gradle/org.mockito-mocki…
Browse files Browse the repository at this point in the history
…to-core-5.4.0

Bump org.mockito:mockito-core from 5.3.1 to 5.4.0
  • Loading branch information
chadlwilson authored Jun 23, 2023
2 parents ff4e10b + 3499383 commit 1c25d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gocd-filebased-authentication-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.4.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
}
Expand Down
2 changes: 1 addition & 1 deletion gocdpasswd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.4.0'
}

test {
Expand Down

0 comments on commit 1c25d97

Please sign in to comment.