From 33467b88cf22a71f69d61b05c3cbf30362d850ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:06:41 +0000 Subject: [PATCH] Bump gson from 2.8.9 to 2.10.1 Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.10.1. - [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.9...gson-parent-2.10.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... 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 82303791..8025da85 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ repositories { } dependencies { implementation("com.beust:klaxon:5.6") - implementation("com.google.code.gson:gson:2.8.9") + implementation("com.google.code.gson:gson:2.10.1") implementation("org.json:json:20220320") implementation("commons-io:commons-io:2.11.0") }