Skip to content

Commit d845a15

Browse files
authored
Merge pull request #10200 from TeamNewPipe/fix/acra
Update ACRA and Checkstyle to fix a dependency vulnerability
2 parents 3c87462 + 1a2fbd8 commit d845a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ android {
107107
}
108108

109109
ext {
110-
checkstyleVersion = '10.11.0'
110+
checkstyleVersion = '10.12.1'
111111

112112
androidxLifecycleVersion = '2.5.1'
113113
androidxRoomVersion = '2.4.3'
@@ -272,7 +272,7 @@ dependencies {
272272
implementation "io.noties.markwon:linkify:${markwonVersion}"
273273

274274
// Crash reporting
275-
implementation "ch.acra:acra-core:5.9.7"
275+
implementation "ch.acra:acra-core:5.10.1"
276276

277277
// Properly restarting
278278
implementation 'com.jakewharton:process-phoenix:2.1.2'

0 commit comments

Comments
 (0)