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 ```