Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-api to v5.9.3 (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent 9236c17 commit dd922f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BloodNight-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation(project(":BloodNight-api"))
implementation("de.eldoria", "eldo-util", "1.10.2-SNAPSHOT")
implementation("net.kyori", "adventure-platform-bukkit", "4.3.0")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.9.2")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.9.3")
testImplementation("junit", "junit", "4.13.2")
testImplementation("org.mockito", "mockito-core", "5.3.1")
compileOnly("io.lumine", "Mythic-Dist", "5.2.6")
Expand Down

0 comments on commit dd922f6

Please sign in to comment.