From 5a46878b0905bd2cd14f5296f1df616f4683c0fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 21:49:01 +0000 Subject: [PATCH] Bump gson from 2.8.6 to 2.8.7 Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.7. - [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.6...gson-parent-2.8.7) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extractor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/build.gradle b/extractor/build.gradle index 9df5430c0..c4f2fd5f3 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -16,5 +16,5 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "com.squareup.okhttp3:okhttp:3.12.13" - testImplementation 'com.google.code.gson:gson:2.8.6' + testImplementation 'com.google.code.gson:gson:2.8.7' }