Skip to content

Commit

Permalink
fix(deps): update dependency org.hamcrest:hamcrest-library to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 322426c commit 0a17083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("com.github.seeseemelk:MockBukkit-v1.20:3.93.2")
testImplementation("org.hamcrest:hamcrest-library:2.2")
testImplementation("org.hamcrest:hamcrest-library:3.0")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit 0a17083

Please sign in to comment.