mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 15:30:34 +05:30
Merge pull request #1281 from TeamNewPipe/dependabot/gradle/org.junit-junit-bom-5.12.0
Bump org.junit:junit-bom from 5.11.4 to 5.12.1
This commit is contained in:
commit
ab9231c340
@ -29,7 +29,7 @@ allprojects {
|
||||
ext {
|
||||
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
|
||||
jsr305Version = "3.0.2"
|
||||
junitVersion = "5.11.4"
|
||||
junitVersion = "5.12.1"
|
||||
checkstyleVersion = "10.4"
|
||||
}
|
||||
}
|
||||
|
@ -40,6 +40,7 @@ dependencies {
|
||||
|
||||
testImplementation platform("org.junit:junit-bom:$junitVersion")
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-params'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user