Skip to content

Commit

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

Bump org.hamcrest:hamcrest from 2.2 to 3.0
  • Loading branch information
chadlwilson authored Aug 2, 2024
2 parents a7c3a9b + f2af83b commit 6b9a954
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 @@ -111,7 +111,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'

testImplementation project.deps.gocdPluginApi
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
testImplementation platform('org.mockito:mockito-bom:5.12.0')
testImplementation group: 'org.mockito', name: 'mockito-core'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter'
Expand Down

0 comments on commit 6b9a954

Please sign in to comment.