Skip to content

Commit b5401ed

Browse files
authored
Add back controlled upgrades to transitive Jackson dep
Better fix for #922 - root cause of issue appears to be a bug specific to Jackson 2.15.0 at FasterXML/jackson-databind#3913
1 parent e93aae5 commit b5401ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dependencies {
6767
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: project.versions.awsSdk
6868

6969
// Control/upgrade Spotify docker-client transitive dependencies
70+
implementation platform('com.fasterxml.jackson:jackson-bom:2.14.2')
7071
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
7172
constraints {
7273
implementation('com.google.guava:guava:31.1-jre') {

0 commit comments

Comments
 (0)