Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v…
Browse files Browse the repository at this point in the history
…5.11.2
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 322426c commit 48efecd
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 @@ -21,7 +21,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")

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

Expand Down

0 comments on commit 48efecd

Please sign in to comment.