Skip to content

Commit 83ac766

Browse files
authored
Merge pull request #338 from gocd-contrib/dependabot/gradle/com.google.code.gson-gson-2.13.1
Bump com.google.code.gson:gson from 2.12.1 to 2.13.1
2 parents 00cf182 + 832add7 commit 83ac766

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.12.1'
65+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
6666
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
6767
implementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
6868

0 commit comments

Comments
 (0)