From 47c44ac1b66968f2e18838f375c612f639e21ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:15:29 +0000 Subject: [PATCH] Bump gson from 2.8.6 to 2.8.8 Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.8. - [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.8) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... 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 1430833..a968eb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -126,7 +126,7 @@ dependencies { // Other public libs implementation(group = "commons-io", name = "commons-io", version = "2.10.0") - implementation(group = "com.google.code.gson", name = "gson", version = "2.8.6") + implementation(group = "com.google.code.gson", name = "gson", version = "2.8.8") } val sharedManifest = the().manifest {