diff --git a/build.gradle b/build.gradle index 4015aa0a..95c3e538 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { id 'signing' id 'jacoco' id "io.github.gradle-nexus.publish-plugin" version "2.0.0" - id "com.diffplug.spotless" version "6.13.0" + id "com.diffplug.spotless" version "7.2.1" } group = 'com.meilisearch.sdk' @@ -48,20 +48,20 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.1' implementation 'org.json:json:20250517' // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 - api 'com.squareup.okhttp3:okhttp:4.12.0' + api 'com.squareup.okhttp3:okhttp:5.1.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.4')) + testImplementation('org.junit.jupiter:junit-jupiter:5.13.4') // 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.okhttp3:okhttp:4.12.0' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0' + testImplementation 'com.squareup.okio:okio:3.16.0' + testImplementation 'com.squareup.okhttp3:okhttp:5.1.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' // 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.20.0' // Lombok compileOnly 'org.projectlombok:lombok:1.18.38'