Skip to content

Commit 1a2fbd8

Browse files
committed
Update acra and checkstyle fixing vulnerability in dependency com.google.guava
See https://app.snyk.io/org/thescrabi/project/27dc214e-7f4f-47bb-a77c-443201491254
1 parent 3c87462 commit 1a2fbd8

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)