Skip to content

Commit c336bd5

Browse files
authored
Merge pull request TeamNewPipe#879 from TeamNewPipe/dependabot/gradle/org.junit-junit-bom-5.9.0
Bump junit-bom from 5.8.2 to 5.9.0
2 parents 8c5f014 + d905636 commit c336bd5

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
@@ -29,7 +29,7 @@ allprojects {
2929
ext {
3030
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
3131
spotbugsVersion = "4.7.1"
32-
junitVersion = "5.8.2"
32+
junitVersion = "5.9.0"
3333
checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11
3434
}
3535
}

0 commit comments

Comments
 (0)