2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-22 09:57:38 +00:00

Merge pull request #1342 from TeamNewPipe/dependabot/gradle/org.junit-junit-bom-5.13.4

Bump org.junit:junit-bom from 5.13.3 to 5.13.4
This commit is contained in:
Tobi 2025-07-21 03:31:47 -07:00 committed by GitHub
commit d9c777df78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ allprojects {
ext { ext {
nanojsonVersion = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996" nanojsonVersion = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
jsr305Version = "3.0.2" jsr305Version = "3.0.2"
junitVersion = "5.13.3" junitVersion = "5.13.4"
checkstyleVersion = "10.4" checkstyleVersion = "10.4"
} }
} }