From 812b9c08e373240d69e0dd99a8d08fd47c53b48e Mon Sep 17 00:00:00 2001 From: Conclure <63319713+Conclure@users.noreply.github.com> Date: Wed, 26 May 2021 13:27:53 +0200 Subject: [PATCH] Update README.md version 2.8.6 -> 2.8.7 version 2.8.6 -> 2.8.7 for gradle and maven dependencies block --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d9a9a1a7..22ffdae567 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe Gradle: ```gradle dependencies { - implementation 'com.google.code.gson:gson:2.8.6' + implementation 'com.google.code.gson:gson:2.8.7' } ``` @@ -26,7 +26,7 @@ Maven: com.google.code.gson gson - 2.8.6 + 2.8.7 ```