We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4.12.0
1 parent b5a0705 commit c331fecCopy full SHA for c331fec
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
implementation 'com.google.code.gson:gson:2.12.1'
65
implementation 'org.json:json:20250107'
66
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
67
- api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'
+ api 'com.squareup.okhttp3:okhttp:4.12.0'
68
69
// Use JUnit test framework
70
testImplementation(platform('org.junit:junit-bom:5.11.4'))
0 commit comments