Skip to content

Commit

Permalink
Merge pull request #130 from gocd-contrib/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.code.gson-gson-2.11.0

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • Loading branch information
chadlwilson authored May 24, 2024
2 parents e2a333c + c0a3a5a commit 96a54f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
compileOnly project.deps.gocdPluginApi
implementation 'jakarta.mail:jakarta.mail-api:2.1.3'
implementation 'org.eclipse.angus:smtp:2.0.3'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.11.0'

testImplementation project.deps.gocdPluginApi
testImplementation platform('org.junit:junit-bom:5.10.2')
Expand Down

0 comments on commit 96a54f0

Please sign in to comment.