Skip to content

Commit

Permalink
Merge pull request #242 from gocd-contrib/dependabot/gradle/commons-c…
Browse files Browse the repository at this point in the history
…odec-commons-codec-1.16.1

Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
  • Loading branch information
chadlwilson authored Feb 9, 2024
2 parents 5295925 + ec5e759 commit 8e2d9ed
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 @@ -67,7 +67,7 @@ subprojects { Project sub ->
implementation 'commons-io:commons-io:2.15.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
constraints {
implementation('commons-codec:commons-codec:1.16.0') {
implementation('commons-codec:commons-codec:1.16.1') {
because 'Transitive dependency of apache httpclient has reported vulnerabilities'
}
}
Expand Down

0 comments on commit 8e2d9ed

Please sign in to comment.