From 933efe83d41d315cf065de1c453916ea7d85c074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:09:56 +0000 Subject: [PATCH] build(deps): bump gson from 2.8.8 to 2.10 Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.10. - [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.8...gson-parent-2.10) --- 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 67b47b56f..a77482705 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { strictly "${project.property('selenium.version')}" } } - implementation 'com.google.code.gson:gson:2.8.8' + implementation 'com.google.code.gson:gson:2.10' implementation 'org.apache.httpcomponents:httpclient:4.5.13' implementation 'cglib:cglib:3.3.0' implementation 'commons-validator:commons-validator:1.7'