Skip to content

Commit a603d91

Browse files
authored
Merge pull request #1164 from gocd/dependabot/gradle/com.fasterxml.jackson-jackson-bom-2.19.0
Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0
2 parents fb5cadc + 24971d2 commit a603d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +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.18.3')
70+
implementation platform('com.fasterxml.jackson:jackson-bom:2.19.0')
7171
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
7272
constraints {
7373
implementation('com.google.guava:guava:33.4.8-jre') {

0 commit comments

Comments
 (0)