From 1f15d8ac941535db5df1617d90f25bd5251fd9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:55:08 +0000 Subject: [PATCH] Bump gson from 2.6.2 to 2.10.1 Bumps [gson](https://github.com/google/gson) from 2.6.2 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.6.2...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 854f851..433c90a 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'org.apache.httpcomponents:httpclient:4.5.2' implementation 'org.apache.httpcomponents:httpasyncclient:4.1.1' implementation 'org.apache.httpcomponents:httpmime:4.5.2' - implementation 'com.google.code.gson:gson:2.6.2' + implementation 'com.google.code.gson:gson:2.10.1' implementation 'org.apache.commons:commons-lang3:3.4' implementation 'commons-io:commons-io:2.5' implementation 'com.intellij:annotations:12.0'