From 5466c8053494797e7e5351b42a23282097d89cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:26:55 +0000 Subject: [PATCH] Bump gson from 2.10 to 2.10.1 Bumps [gson](https://github.com/google/gson) from 2.10 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.10...gson-parent-2.10.1) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0235213..a1a248f 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { exclude group: "org.slf4j", module: "slf4j-api" } - include "com.google.code.gson:gson:2.10" + include "com.google.code.gson:gson:2.10.1" include "com.formdev:flatlaf:3.0" include "com.google.guava:guava:31.1-jre" include "net.sf.jopt-simple:jopt-simple:5.0.4"