diff --git a/build.gradle b/build.gradle index 804189d9..f804f3bb 100644 --- a/build.gradle +++ b/build.gradle @@ -51,15 +51,15 @@ configurations { dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation 'com.google.code.gson:gson:2.13.1' - implementation 'org.json:json:20250107' + implementation 'org.json:json:20250517' // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 api 'com.squareup.okhttp3:okhttp:4.12.0' // Use JUnit test framework - testImplementation(platform('org.junit:junit-bom:5.11.4')) - testImplementation('org.junit.jupiter:junit-jupiter:5.11.4') + testImplementation(platform('org.junit:junit-bom:5.13.0')) + testImplementation('org.junit.jupiter:junit-jupiter:5.13.0') // https://mvnrepository.com/artifact/org.mockito/mockito-core - testImplementation 'org.mockito:mockito-core:4.9.0' + testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'com.squareup.okio:okio:3.12.0' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'