Skip to content

Commit 8110570

Browse files
committed
Force-upgrade jackson to latest version to resolve vulnerabilities
1 parent ea80d9e commit 8110570

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ dependencies {
9191
because 'spotify docker-client uses an outdated version'
9292
}
9393
}
94+
implementation(platform('com.fasterxml.jackson:jackson-bom:2.19.2')) // because 'spotify docker-client uses an outdated version'
9495

9596
testImplementation project.deps.gocdPluginApi
9697
testImplementation platform('org.junit:junit-bom:5.13.2')

0 commit comments

Comments
 (0)