@@ -18,7 +18,7 @@ plugins {
1818
1919group = ' com.meilisearch.sdk'
2020archivesBaseName = ' meilisearch-java'
21- version = ' 0.14.6 '
21+ version = ' 0.14.7 '
2222
2323java {
2424 sourceCompatibility = JavaVersion . VERSION_1_8
@@ -39,17 +39,6 @@ jacocoTestCoverageVerification {
3939 }
4040 }
4141}
42- configurations. all {
43- resolutionStrategy {
44- componentSelection {
45- all { ComponentSelection selection ->
46- if (selection. candidate. version =~ / (?i).*[.-](alpha|beta|rc|m)[.\d -]*/ ) {
47- selection. reject(" Pre-release versions are not allowed" )
48- }
49- }
50- }
51- }
52- }
5342
5443repositories {
5544 mavenCentral()
@@ -61,18 +50,18 @@ configurations {
6150
6251dependencies {
6352 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
64- implementation ' com.google.code.gson:gson:2.12 .1'
65- implementation ' org.json:json:20250107 '
53+ implementation ' com.google.code.gson:gson:2.13 .1'
54+ implementation ' org.json:json:20250517 '
6655 // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
67- api ' com.squareup.okhttp3:okhttp:[4.10.0,5.0.0) '
56+ api ' com.squareup.okhttp3:okhttp:4.12.0 '
6857
6958 // Use JUnit test framework
7059 testImplementation(platform(' org.junit:junit-bom:5.11.4' ))
7160 testImplementation(' org.junit.jupiter:junit-jupiter:5.11.4' )
7261 // https://mvnrepository.com/artifact/org.mockito/mockito-core
7362 testImplementation ' org.mockito:mockito-core:4.9.0'
7463 testImplementation ' org.hamcrest:hamcrest:3.0'
75- testImplementation ' com.squareup.okio:okio:3.11 .0'
64+ testImplementation ' com.squareup.okio:okio:3.12 .0'
7665 testImplementation ' com.squareup.okhttp3:okhttp:4.12.0'
7766 testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.19.0'
7867
0 commit comments