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 c642701 + 4f46c3a commit c4f2533Copy full SHA for c4f2533
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
implementation platform('com.fasterxml.jackson:jackson-bom:2.18.3')
71
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
72
constraints {
73
- implementation('com.google.guava:guava:33.4.5-jre') {
+ implementation('com.google.guava:guava:33.4.6-jre') {
74
because "Spotify docker-client uses an older version"
75
}
76
implementation(project.deps.slf4j) {
0 commit comments