Skip to content

Commit

Permalink
Update several dependencies to fix vulnerabilities (#8898)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Jun 27, 2024
1 parent baa0dd0 commit b2723d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@ dependencies {
}
}

implementation 'org.apache.httpcomponents:httpclient:4.5.12'
implementation 'commons-beanutils:commons-beanutils:1.9.3'
implementation 'commons-io:commons-io:2.5'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'commons-beanutils:commons-beanutils:1.9.4'
implementation 'commons-io:commons-io:2.7'
implementation 'org.reflections:reflections:0.9.10'

implementation 'it.unimi.dsi:fastutil:7.0.13'
Expand Down

0 comments on commit b2723d6

Please sign in to comment.