From fac75cf2db732e59a045527f2e5fb8c683084568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:06:11 +0000 Subject: [PATCH] chore(deps): bump gson from 2.9.0 to 2.9.1 Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.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.9.0...gson-parent-2.9.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 38efe0536..0ccf7ebca 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.bouncycastleVersion = '1.65' ext.rxjavaVersion = '2.2.21' - ext.gsonVersion = '2.9.0' + ext.gsonVersion = '2.9.1' ext.okhttpVersion = '4.9.1' ext.loggingOkhttpVersion = '4.9.1' ext.slf4jVersion = '1.7.30'