We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93aae5 commit b5401edCopy full SHA for b5401ed
build.gradle
@@ -67,6 +67,7 @@ dependencies {
67
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: project.versions.awsSdk
68
69
// Control/upgrade Spotify docker-client transitive dependencies
70
+ implementation platform('com.fasterxml.jackson:jackson-bom:2.14.2')
71
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
72
constraints {
73
implementation('com.google.guava:guava:31.1-jre') {
0 commit comments