Skip to content

Commit 037d1db

Browse files
authored
Merge pull request #257 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 9c819b9 + fc96f62 commit 037d1db

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
@@ -67,7 +67,7 @@ ext {
6767

6868
dependencies {
6969
compileOnly project.deps.gocdPluginApi
70-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
70+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
7171
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
7272

7373
testImplementation project.deps.gocdPluginApi

0 commit comments

Comments
 (0)