We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 287a365 + 1898ccb commit 2c8c78eCopy full SHA for 2c8c78e
build.gradle
@@ -62,7 +62,7 @@ ext {
62
63
dependencies {
64
compileOnly project.deps.gocdPluginApi
65
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
+ implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
66
67
testImplementation platform('org.junit:junit-bom:5.12.1')
68
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
0 commit comments