Skip to content

Commit 72d9ee5

Browse files
committed
Enforce only v4.x versions are allowed for OkHTTP
1 parent 09be090 commit 72d9ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation 'com.google.code.gson:gson:2.12.1'
5454
implementation 'org.json:json:20250107'
5555
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
56-
api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'
56+
api 'com.squareup.okhttp3:okhttp:4.+'
5757

5858
// Use JUnit test framework
5959
testImplementation(platform('org.junit:junit-bom:5.11.4'))

0 commit comments

Comments
 (0)