From 9f189aa8fde2f080e63d5173d71372adb9bfbe02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 22:27:38 +0000 Subject: [PATCH] Bump gson from 2.3.1 to 2.8.7 Bumps [gson](https://github.com/google/gson) from 2.3.1 to 2.8.7. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-2.3.1...gson-parent-2.8.7) Signed-off-by: dependabot-preview[bot] --- wearable/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wearable/build.gradle b/wearable/build.gradle index 5176666..5795b16 100644 --- a/wearable/build.gradle +++ b/wearable/build.gradle @@ -33,6 +33,6 @@ dependencies { compile 'com.google.android.support:wearable:1.3.0' compile 'com.google.android.gms:play-services-wearable:8.3.0' compile 'org.jboss.aerogear:aerogear-otp-java:1.0.0' - compile 'com.google.code.gson:gson:2.3.1' + compile 'com.google.code.gson:gson:2.8.7' compile 'com.scottyab:aescrypt:0.0.1' }