diff --git a/build.gradle b/build.gradle index 4015aa0a..a52c778a 100644 --- a/build.gradle +++ b/build.gradle @@ -51,17 +51,17 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.12.0' // Use JUnit test framework - testImplementation(platform('org.junit:junit-bom:5.13.0')) - testImplementation('org.junit.jupiter:junit-jupiter:5.13.0') + testImplementation(platform('org.junit:junit-bom:5.13.2')) + testImplementation('org.junit.jupiter:junit-jupiter:5.13.2') // 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.12.0' + testImplementation 'com.squareup.okio:okio:3.14.0' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0' + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.1' // Lombok compileOnly 'org.projectlombok:lombok:1.18.38'