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

Commit ce986da

Browse files
authored
Merge pull request #330 from browserup/dependabot/gradle/org.apache.httpcomponents-httpclient-4.5.13
Bump httpclient from 4.5.12 to 4.5.13
2 parents a08436d + 0bb7c93 commit ce986da

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
@@ -98,5 +98,5 @@ dependencies {
9898
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.26.3'
9999
testImplementation 'org.mockito:mockito-core:3.3.3'
100100
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
101-
testImplementation 'org.apache.httpcomponents:httpclient:4.5.12'
101+
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
102102
}

browserup-proxy-mitm/build.gradle

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

0 commit comments

Comments
 (0)