Skip to content

Commit 93a3e60

Browse files
committed
Force-upgrade jackson to latest version to resolve vulnerabilities
1 parent e6bafd2 commit 93a3e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

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

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

0 commit comments

Comments
 (0)