From 37313d4cc4d83aea84a4e3c561635fbbb0d55cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:08:54 +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 b2729ce..9f8287c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation(kotlin("reflect", "1.6.0")) implementation("com.formdev:flatlaf:1.6.4") - implementation("com.google.code.gson:gson:2.8.9") + implementation("com.google.code.gson:gson:2.10.1") implementation("com.xenomachina:kotlin-argparser:2.0.7") { exclude(module = "kotlin-stdlib") }