Skip to content

Commit

Permalink
Merge pull request #10200 from TeamNewPipe/fix/acra
Browse files Browse the repository at this point in the history
Update ACRA and Checkstyle to fix a dependency vulnerability
  • Loading branch information
TobiGr authored Jul 1, 2023
2 parents 3c87462 + 1a2fbd8 commit d845a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ android {
}

ext {
checkstyleVersion = '10.11.0'
checkstyleVersion = '10.12.1'

androidxLifecycleVersion = '2.5.1'
androidxRoomVersion = '2.4.3'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit d845a15

Please sign in to comment.