Skip to content

Commit c331fec

Browse files
Pinned OKHTTP version to 4.12.0
1 parent b5a0705 commit c331fec

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
@@ -64,7 +64,7 @@ dependencies {
6464
implementation 'com.google.code.gson:gson:2.12.1'
6565
implementation 'org.json:json:20250107'
6666
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
67-
api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'
67+
api 'com.squareup.okhttp3:okhttp:4.12.0'
6868

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

0 commit comments

Comments
 (0)