diff --git a/build.gradle b/build.gradle index 643394d2..dc22399f 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply from: 'buildsystem/dependencies.gradle' apply plugin: "com.vanniktech.android.junit.jacoco" buildscript { - ext.kotlin_version = '1.6.20' + ext.kotlin_version = '1.6.21' repositories { mavenCentral() google() diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index 52112515..7704025f 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -53,7 +53,7 @@ ext { timberVersion = '5.0.1' - zxcvbnVersion = '1.6.0' + zxcvbnVersion = '1.7.0' scaleImageViewVersion = '3.10.0' @@ -69,17 +69,17 @@ ext { googleApiServicesVersion = 'v3-rev20220110-1.32.1' googlePlayServicesVersion = '19.2.0' - googleClientVersion = '1.33.4' // keep in sync with https://github.com/SailReal/google-http-java-client + googleClientVersion = '1.34.0' // keep in sync with https://github.com/SailReal/google-http-java-client /* update using https://github.com/SailReal/google-http-java-client with `mvn clean install`, copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project */ - trackingFreeGoogleCLientVersion = '1.41.5' + trackingFreeGoogleCLientVersion = '1.41.7' - msgraphVersion = '5.19.0' + msgraphVersion = '5.22.0' msgraphAuthVersion = '3.0.2' - minIoVersion = '8.3.8' + minIoVersion = '8.3.9' staxVersion = '1.2.0' // needed for minIO commonsCodecVersion = '1.15' @@ -90,7 +90,7 @@ ext { jUnitVersion = '5.8.2' assertJVersion = '1.7.1' - mockitoVersion = '4.4.0' + mockitoVersion = '4.5.1' mockitoKotlinVersion = '4.0.0' hamcrestVersion = '1.3' dexmakerVersion = '1.0' @@ -111,7 +111,7 @@ ext { androidxBiometricVersion = '1.1.0' androidxTestCoreVersion = '1.4.0' - jsonWebTokenApiVersion = '0.11.2' + jsonWebTokenApiVersion = '0.11.5' dependencies = [ android : "com.google.android:android:${androidVersion}", diff --git a/lib/google-http-client-1.41.7-sources.jar b/lib/google-http-client-1.41.7-sources.jar new file mode 100644 index 00000000..af47ce10 Binary files /dev/null and b/lib/google-http-client-1.41.7-sources.jar differ diff --git a/lib/google-http-client-1.41.5.jar b/lib/google-http-client-1.41.7.jar similarity index 79% rename from lib/google-http-client-1.41.5.jar rename to lib/google-http-client-1.41.7.jar index ba559042..e5fbd781 100644 Binary files a/lib/google-http-client-1.41.5.jar and b/lib/google-http-client-1.41.7.jar differ diff --git a/lib/google-http-client-android-1.41.7-sources.jar b/lib/google-http-client-android-1.41.7-sources.jar new file mode 100644 index 00000000..7262553f Binary files /dev/null and b/lib/google-http-client-android-1.41.7-sources.jar differ diff --git a/lib/google-http-client-android-1.41.5.jar b/lib/google-http-client-android-1.41.7.jar similarity index 75% rename from lib/google-http-client-android-1.41.5.jar rename to lib/google-http-client-android-1.41.7.jar index 8155cb61..a23c1519 100644 Binary files a/lib/google-http-client-android-1.41.5.jar and b/lib/google-http-client-android-1.41.7.jar differ