Skip to content

Commit

Permalink
Merge pull request #164 from gocd-contrib/dependabot/gradle/com.faste…
Browse files Browse the repository at this point in the history
…rxml.jackson-jackson-bom-2.18.1

Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1
  • Loading branch information
chadlwilson authored Nov 1, 2024
2 parents 137d5af + 6bb701c commit 5c44e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
implementation group: 'com.github.openstack4j.core.connectors', name: 'openstack4j-httpclient', version: project.versions.openstack4j

// Control transitives
implementation platform('com.fasterxml.jackson:jackson-bom:2.18.0')
implementation platform('com.fasterxml.jackson:jackson-bom:2.18.1')
constraints {
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
}
Expand Down

0 comments on commit 5c44e08

Please sign in to comment.