kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
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.1pull/1282/head
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'
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue