From 394d4f34ec56ebf1839b15dbdffef60d1eef1c58 Mon Sep 17 00:00:00 2001 From: Courville Software Date: Fri, 8 Mar 2024 19:42:26 +0100 Subject: [PATCH] sentry++, jsch bump to 0.2.17 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9e46a3d..477e6ff 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ configurations.configureEach { dependencies { api 'eu.agno3.jcifs:jcifs-ng:2.1.10' - api 'com.github.mwiede:jsch:0.2.16' + api 'com.github.mwiede:jsch:0.2.17' // update to 3.9.0 (java 7->8) breaks ftp on firestick4k (not max) had to use 3.8.0 // https://commons.apache.org/proper/commons-net/release-notes.html need to stick with java7: max 3.8.0 // versions of commons-net otherwise we get java.time.Duration ClassNotFoundException even with threetenabp @@ -115,6 +115,6 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.11' implementation 'com.github.tony19:logback-android:3.0.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0' - implementation 'io.sentry:sentry:7.0.0' + implementation 'io.sentry:sentry:7.5.0' }