Skip to content

Commit 76d8b88

Browse files
authored
Merge pull request #14 from imDMK/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.10.1
Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1
2 parents 39a0e50 + 64ce2dd commit 76d8b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation("org.bstats:bstats-bukkit:3.0.2")
4343

4444
testImplementation platform("org.junit:junit-bom:5.10.1")
45-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
45+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
4646
}
4747

4848
test {

0 commit comments

Comments
 (0)