diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index d1768d0d..ce4f61ae 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -42,7 +42,7 @@ ext { rxAndroidVersion = '2.1.1' rxBindingVersion = '2.2.0' - daggerVersion = '2.41' + daggerVersion = '2.42' gsonVersion = '2.9.0' @@ -69,12 +69,12 @@ ext { googleApiServicesVersion = 'v3-rev20220110-1.32.1' googlePlayServicesVersion = '19.2.0' - googleClientVersion = '1.34.0' // keep in sync with https://github.com/SailReal/google-http-java-client + googleClientVersion = '1.34.1' // 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.7' + trackingFreeGoogleCLientVersion = '1.41.8' msgraphVersion = '5.23.0' msgraphAuthVersion = '3.0.2' diff --git a/lib/google-http-client-1.41.7-sources.jar b/lib/google-http-client-1.41.8-sources.jar similarity index 92% rename from lib/google-http-client-1.41.7-sources.jar rename to lib/google-http-client-1.41.8-sources.jar index af47ce10..5e16fb0f 100644 Binary files a/lib/google-http-client-1.41.7-sources.jar and b/lib/google-http-client-1.41.8-sources.jar differ diff --git a/lib/google-http-client-1.41.7.jar b/lib/google-http-client-1.41.8.jar similarity index 81% rename from lib/google-http-client-1.41.7.jar rename to lib/google-http-client-1.41.8.jar index e5fbd781..60408480 100644 Binary files a/lib/google-http-client-1.41.7.jar and b/lib/google-http-client-1.41.8.jar differ diff --git a/lib/google-http-client-android-1.41.7-sources.jar b/lib/google-http-client-android-1.41.8-sources.jar similarity index 87% rename from lib/google-http-client-android-1.41.7-sources.jar rename to lib/google-http-client-android-1.41.8-sources.jar index 7262553f..c80980c4 100644 Binary files a/lib/google-http-client-android-1.41.7-sources.jar and b/lib/google-http-client-android-1.41.8-sources.jar differ diff --git a/lib/google-http-client-android-1.41.7.jar b/lib/google-http-client-android-1.41.8.jar similarity index 73% rename from lib/google-http-client-android-1.41.7.jar rename to lib/google-http-client-android-1.41.8.jar index a23c1519..605afc84 100644 Binary files a/lib/google-http-client-android-1.41.7.jar and b/lib/google-http-client-android-1.41.8.jar differ