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

Commit 7868b64

Browse files
authored
Merge pull request #306 from browserup/dependabot/gradle/com.squareup.okhttp3-okhttp-4.9.0
Bump okhttp from 4.5.0 to 4.9.0
2 parents 6eae7c6 + 2e42047 commit 7868b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browserup-proxy-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ dependencies {
8181
implementation 'org.seleniumhq.selenium:selenium-api:3.141.59'
8282
implementation "org.slf4j:jcl-over-slf4j:${slf4jVersion}"
8383
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
84-
implementation "com.squareup.okhttp3:okhttp:4.5.0"
84+
implementation "com.squareup.okhttp3:okhttp:4.9.0"
8585
implementation 'org.zeroturnaround:zt-exec:1.12'
86-
8786
testImplementation 'junit:junit:4.13.1'
8887
testImplementation 'org.codehaus.groovy:groovy-all:3.0.6'
8988
testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
@@ -100,3 +99,4 @@ dependencies {
10099
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
101100
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
102101
}
102+

0 commit comments

Comments
 (0)