Skip to content

Commit 472cf79

Browse files
authored
Merge pull request #344 from gocd-contrib/dependabot/gradle/com.google.code.gson-gson-2.12.1
Bump com.google.code.gson:gson from 2.11.0 to 2.12.1
2 parents dc7c573 + d725851 commit 472cf79

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
@@ -73,7 +73,7 @@ ext {
7373

7474
dependencies {
7575
compileOnly project.deps.gocdPluginApi
76-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
76+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
7777
implementation group: 'org.kohsuke', name: 'github-api', version: '1.326'
7878
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
7979

0 commit comments

Comments
 (0)