From 1a2fbd812269a322ff4da4cb65089d6ede0eb7a1 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Sat, 1 Jul 2023 13:29:39 +0200 Subject: [PATCH] Update acra and checkstyle fixing vulnerability in dependency com.google.guava See https://app.snyk.io/org/thescrabi/project/27dc214e-7f4f-47bb-a77c-443201491254 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c2e8a95b1..fdb5ed651 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'