From f650c3bf156dba7170ae0c8ebf012f3f0c6d0288 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:22:02 +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 da66a2e..3dde7a2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ allprojects { implementation "org.springframework.boot:spring-boot-starter-web" implementation "org.springframework.shell:spring-shell-starter:2.0.1.RELEASE" implementation "org.slf4j:slf4j-api" - implementation "com.google.code.gson:gson:2.8.6" + implementation "com.google.code.gson:gson:2.8.7" implementation "ws.schild:jave-core:2.7.3" // TODO: replace win64 with linux64 (temporarily add any of other other if you need to test the project on them)