File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ configurations {
4848dependencies {
4949 // Library dependencies
5050 implementation ' com.google.code.gson:gson:2.13.2'
51- implementation ' org.json:json:20250517 '
52- api ' com.squareup.okhttp3:okhttp:5.3.0 '
51+ implementation ' org.json:json:20251224 '
52+ api ' com.squareup.okhttp3:okhttp:5.3.2 '
5353
5454 // JUnit 6
5555 testImplementation(platform(' org.junit:junit-bom:6.0.1' ))
@@ -58,9 +58,9 @@ dependencies {
5858 // Test libs
5959 testImplementation ' org.mockito:mockito-core:4.11.0'
6060 testImplementation ' org.hamcrest:hamcrest:3.0'
61- testImplementation ' com.squareup.okio:okio:3.16.2 '
62- testImplementation ' com.squareup.okhttp3:okhttp:5.3.0 '
63- testImplementation ' com.squareup.okhttp3:mockwebserver:5.3.0 '
61+ testImplementation ' com.squareup.okio:okio:3.16.4 '
62+ testImplementation ' com.squareup.okhttp3:okhttp:5.3.2 '
63+ testImplementation ' com.squareup.okhttp3:mockwebserver:5.3.2 '
6464
6565 testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1'
6666
You can’t perform that action at this time.
0 commit comments