Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 920e623 commit 6420053
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 @@ -32,7 +32,7 @@ dependencies {
compileOnly(kotlin("reflect"))

// Use the JUpiter test library.
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")

// Compile Minestom into project
compileOnly("com.github.Minestom:Minestom:2ef8e957a0")
Expand Down

0 comments on commit 6420053

Please sign in to comment.