diff --git a/build.gradle b/build.gradle index f0d9233b..9fcad847 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' implementation 'org.json:json:20250517' // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 - api 'com.squareup.okhttp3:okhttp:5.3.0' + api 'com.squareup.okhttp3:okhttp:5.3.2' // Use JUnit test framework testImplementation(platform('org.junit:junit-bom:6.0.1')) @@ -59,8 +59,8 @@ dependencies { // https://mvnrepository.com/artifact/org.mockito/mockito-core testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testImplementation 'com.squareup.okio:okio:3.16.2' - testImplementation 'com.squareup.okhttp3:okhttp:5.3.0' + testImplementation 'com.squareup.okio:okio:3.16.4' + testImplementation 'com.squareup.okhttp3:okhttp:5.3.2' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind