Skip to content

Commit db28c8d

Browse files
authored
Merge pull request #359 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 3a4924e + 36398e4 commit db28c8d

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.12.1'
76+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
7777
implementation group: 'org.kohsuke', name: 'github-api', version: '1.327'
7878
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
7979

0 commit comments

Comments
 (0)