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.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2021
1 parent df597a2 commit 9f780d3
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 @@ -36,7 +36,7 @@ dependencies {
compileOnly(kotlin("reflect"))

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

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

0 comments on commit 9f780d3

Please sign in to comment.