Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents:httpclient to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-for-github-com[bot] committed May 4, 2022
1 parent 1e3053b commit ef14aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enumeration-tester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'

compile('commons-io:commons-io:2.6')
compile('org.apache.httpcomponents:httpclient:4.5')
compile('org.apache.httpcomponents:httpclient:4.5.1')
}
2 changes: 1 addition & 1 deletion terracotta-bank-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ dependencies {

jmh('org.openjdk.jmh:jmh-core:1.21')
jmh('org.openjdk.jmh:jmh-generator-annprocess:1.21')
jmh('org.apache.httpcomponents:httpclient:4.5')
jmh('org.apache.httpcomponents:httpclient:4.5.1')
}

0 comments on commit ef14aa0

Please sign in to comment.