Skip to content

Commit

Permalink
Merge pull request #175 from gocd/dependabot/gradle/org.hamcrest-hamc…
Browse files Browse the repository at this point in the history
…rest-3.0

Bump org.hamcrest:hamcrest from 2.2 to 3.0
  • Loading branch information
chadlwilson authored Aug 2, 2024
2 parents 523a5df + 32ded18 commit b43e94e
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 @@ -33,7 +33,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
}

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'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
}

Expand Down

0 comments on commit b43e94e

Please sign in to comment.