Skip to content

Commit

Permalink
Merge pull request #275 from gocd-contrib/dependabot/gradle/commons-i…
Browse files Browse the repository at this point in the history
…o-commons-io-2.17.0

Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • Loading branch information
chadlwilson authored Sep 20, 2024
2 parents 610fb74 + 11ef973 commit bb37a74
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 @@ -23,7 +23,7 @@ dependencies {

implementation(enforcedPlatform('com.fasterxml.jackson:jackson-bom:2.17.2'))
constraints {
implementation('commons-io:commons-io:2.16.1') {
implementation('commons-io:commons-io:2.17.0') {
because 'Transitive dependency of github-api has reported vulnerabilities'
}
implementation('org.apache.commons:commons-lang3:3.17.0') {
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 @@ -27,7 +27,7 @@ dependencies {
implementation('org.slf4j:slf4j-api:2.0.16') {
because 'Transitive dependency of java-gitlab-api is out-of-date'
}
implementation('commons-io:commons-io:2.16.1') {
implementation('commons-io:commons-io:2.17.0') {
because 'Transitive dependency of java-gitlab-api/github-api has reported vulnerabilities'
}
}
Expand Down

0 comments on commit bb37a74

Please sign in to comment.