Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
chore(deps): bump httpclient from 4.5.12 to 4.5.13 in /tests (#36)
Browse files Browse the repository at this point in the history
Bumps httpclient from 4.5.12 to 4.5.13.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2021
1 parent efb7ecd commit 6348414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.31'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.31'
// https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient
testImplementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
testImplementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
}

test {
Expand Down

0 comments on commit 6348414

Please sign in to comment.