Skip to content

Commit

Permalink
Merge pull request #286 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 0ade017 + 17f0df1 commit 656fb3b
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.326'

implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.18.0'))
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.18.1'))
constraints {
implementation('commons-io:commons-io:2.17.0') {
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.18.0'))
implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.18.1'))
constraints {
implementation('org.slf4j:slf4j-api:2.0.16') {
because 'Transitive dependency of java-gitlab-api is out-of-date'
Expand Down

0 comments on commit 656fb3b

Please sign in to comment.