Skip to content

Commit 32aee8b

Browse files
Bump gson from 2.10 to 2.10.1
Bumps [gson](https://github.com/google/gson) from 2.10 to 2.10.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.10...gson-parent-2.10.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] <support@github.com>
1 parent e502534 commit 32aee8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ext {
6262

6363
dependencies {
6464
compileOnly project.deps.gocdPluginApi
65-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10'
65+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
6666
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
6767
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
6868
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'

0 commit comments

Comments
 (0)