From 121bcede9663d890867179e3c700afcee25f93c0 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sun, 31 Oct 2021 14:52:51 +0100 Subject: [PATCH] Update project version in README (#2006) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1dd0492..dccace48 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.8' + implementation 'com.google.code.gson:gson:2.8.9' } ``` @@ -26,7 +26,7 @@ Maven: com.google.code.gson gson - 2.8.8 + 2.8.9 ```