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 9156d85 commit face394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-pr-status/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation project(":common")
implementation group: 'org.kohsuke', name: 'github-api', version: '1.321'

implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.16.2'))
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.17.1'))
constraints {
implementation('commons-io:commons-io:2.16.1') {
because 'Transitive dependency of github-api has reported vulnerabilities'
Expand Down
2 changes: 1 addition & 1 deletion gitlab-mr-status/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation project(":common")
implementation group: 'org.gitlab', name: 'java-gitlab-api', version: '4.1.1'

implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.16.2'))
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.17.1'))
constraints {
implementation('org.slf4j:slf4j-api:2.0.13') {
because 'Transitive dependency of java-gitlab-api is out-of-date'
Expand Down

0 comments on commit face394

Please sign in to comment.