Skip to content

Commit

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

Bump commons-codec:commons-codec from 1.17.2 to 1.18.0
  • Loading branch information
chadlwilson authored Jan 31, 2025
2 parents ee1739b + d8fefe3 commit b79238d
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 'org.apache.httpcomponents:httpclient:4.5.14'

constraints {
implementation('commons-codec:commons-codec:1.17.2') {
implementation('commons-codec:commons-codec:1.18.0') {
because 'Transitive dependency of apache httpclient has reported vulnerabilities'
}
}
Expand Down

0 comments on commit b79238d

Please sign in to comment.