Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit f2f43c8

Browse files
authored
Merge pull request #241 from browserup/dependabot/gradle/org.apache.httpcomponents-httpclient-4.5.12
Bump httpclient from 4.5.11 to 4.5.12
2 parents e1ef06f + 10f3f39 commit f2f43c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ dependencies {
9393
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.1'
9494
testImplementation 'org.mockito:mockito-core:3.3.1'
9595
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
96-
testImplementation 'org.apache.httpcomponents:httpclient:4.5.11'
96+
testImplementation 'org.apache.httpcomponents:httpclient:4.5.12'
9797
}

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
testImplementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
7272
testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
7373
testImplementation 'junit:junit:4.13'
74-
testImplementation('org.apache.httpcomponents:httpclient:4.5.11') {
74+
testImplementation('org.apache.httpcomponents:httpclient:4.5.12') {
7575
exclude(module: 'commons-logging')
7676
}
7777
testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"

0 commit comments

Comments
 (0)