Skip to content

Commit

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

Bump commons-io:commons-io from 2.17.0 to 2.18.0
  • Loading branch information
chadlwilson authored Nov 22, 2024
2 parents 577495f + beea604 commit 904fcc6
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.18.1'))
constraints {
implementation('commons-io:commons-io:2.17.0') {
implementation('commons-io:commons-io:2.18.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.17.0') {
implementation('commons-io:commons-io:2.18.0') {
because 'Transitive dependency of java-gitlab-api/github-api has reported vulnerabilities'
}
}
Expand Down

0 comments on commit 904fcc6

Please sign in to comment.