Merge pull request #10200 from TeamNewPipe/fix/acra

Update ACRA and Checkstyle to fix a dependency vulnerability
This commit is contained in:
Tobi 2023-07-02 00:16:54 +02:00 committed by GitHub
commit d845a158f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ android {
}
ext {
checkstyleVersion = '10.11.0'
checkstyleVersion = '10.12.1'
androidxLifecycleVersion = '2.5.1'
androidxRoomVersion = '2.4.3'
@ -272,7 +272,7 @@ dependencies {
implementation "io.noties.markwon:linkify:${markwonVersion}"
// Crash reporting
implementation "ch.acra:acra-core:5.9.7"
implementation "ch.acra:acra-core:5.10.1"
// Properly restarting
implementation 'com.jakewharton:process-phoenix:2.1.2'