Skip to content

Commit

Permalink
Update dependency org.hamcrest:hamcrest to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent e236cb2 commit 2281bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randomgenkt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

testImplementation("junit:junit:4.13.2")
testImplementation("org.hamcrest:hamcrest-core:3.0")
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("org.hamcrest:hamcrest:3.0")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
}
Expand Down

0 comments on commit 2281bf3

Please sign in to comment.