Skip to content

Commit

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

Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2
  • Loading branch information
chadlwilson authored Jul 5, 2024
2 parents e0ac9bb + 5833f0a commit cae20cc
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.17.1')
implementation platform('com.fasterxml.jackson:jackson-bom:2.17.2')
constraints {
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
}
Expand Down

0 comments on commit cae20cc

Please sign in to comment.