From 5ad9e6a88cf9a29315330f1ccf9d404f4d6f1866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:09:36 +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[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7df2a74..6de29db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ subprojects { api("io.github.waterfallmc:waterfall-api:1.16-R0.4-SNAPSHOT") } Project.WDiscord -> { - implementation("com.google.code.gson:gson:2.8.6") + implementation("com.google.code.gson:gson:2.8.7") testImplementation("org.slf4j:slf4j-simple:1.7.30") } Project.WVotifier -> {