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
pull/1282/head
Tobi 2025-03-15 17:10:31 +01:00 zatwierdzone przez GitHub
commit ab9231c340
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ allprojects {
ext {
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
jsr305Version = "3.0.2"
junitVersion = "5.11.4"
junitVersion = "5.12.1"
checkstyleVersion = "10.4"
}
}

Wyświetl plik

@ -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'