Skip to content

Commit dda18c1

Browse files
Update dependency org.apache.httpcomponents:fluent-hc to v4.5.14
1 parent b7e0e39 commit dda18c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
4040

4141
// For making HTTP requests
42-
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13'
42+
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.14'
4343

4444
// For testing, obviously
4545
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'

0 commit comments

Comments
 (0)