Skip to content

Commit 2c8c78e

Browse files
authored
Merge pull request #176 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 287a365 + 1898ccb commit 2c8c78e

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

6767
testImplementation platform('org.junit:junit-bom:5.12.1')
6868
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'

0 commit comments

Comments
 (0)