Skip to content

Commit 8239f10

Browse files
authored
Merge pull request #920 from meilisearch/dependabot/gradle/gradle-dependencies-9e53dccbc4
Bump the gradle-dependencies group across 1 directory with 4 updates
2 parents 128aa3f + 10d1e81 commit 8239f10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ configurations {
4848
dependencies {
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

0 commit comments

Comments
 (0)