From 99df04b0e600046abbe7b894e50cec48200a37c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:28:14 +0000 Subject: [PATCH] Bump gson from 2.8.6 to 2.8.7 Bumps [gson](https://github.com/google/gson) from 2.8.6 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-parent-2.8.6...gson-parent-2.8.7) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 79ffd79..1b496ef 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "org.ini4j:ini4j:0.5.4" implementation "com.google.guava:guava:30.1.1-jre" - implementation "com.google.code.gson:gson:2.8.6" + implementation "com.google.code.gson:gson:2.8.7" implementation "com.electronwill.night-config:core:3.6.3" implementation "com.electronwill.night-config:toml:3.6.3"