From 466ca729167662b72beb0b952a7819b71547eaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Sun, 31 Oct 2021 06:57:33 -0700 Subject: [PATCH] Update version number in UserGuide.md and proto/pom.xml. --- UserGuide.md | 4 ++-- proto/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UserGuide.md b/UserGuide.md index c5d4710b..331ef276 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -74,7 +74,7 @@ The Gson instance does not maintain any state while invoking Json operations. So ## Using Gson with Gradle/Android ``` dependencies { - implementation 'com.google.code.gson:gson:2.8.8' + implementation 'com.google.code.gson:gson:2.8.9' } ``` ## Using Gson with Maven @@ -86,7 +86,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr com.google.code.gson gson - 2.8.8 + 2.8.9 compile diff --git a/proto/pom.xml b/proto/pom.xml index 14fd44ce..afe55a1c 100644 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -55,7 +55,7 @@ com.google.code.gson gson - 2.8.8 + 2.8.9 compile