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.
1 parent e6bafd2 commit 93a3e60Copy full SHA for 93a3e60
build.gradle
@@ -90,6 +90,7 @@ dependencies {
90
because 'spotify docker-client uses an outdated version'
91
}
92
93
+ implementation(platform('com.fasterxml.jackson:jackson-bom:2.19.2')) // because 'spotify docker-client uses an outdated version'
94
95
testImplementation project.deps.gocdPluginApi
96
testImplementation platform('org.junit:junit-bom:5.13.2')
0 commit comments