From dd808160fa88a8e58d558dae8782603541906766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 02:11:02 +0000 Subject: [PATCH] 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 cb27143..93658f8 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ configurations.all { dependencies { compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0' - implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0' + implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.1' implementation group: 'org.kohsuke', name: 'github-api', version: '1.307' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'