Skip to content

Commit

Permalink
Bump jackson-bom to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed May 5, 2024
1 parent d7fe999 commit ddf59a1
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.0')
implementation platform('com.fasterxml.jackson:jackson-bom:2.17.1')
constraints {
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
}
Expand Down

0 comments on commit ddf59a1

Please sign in to comment.