Skip to content

Commit c78e0ca

Browse files
authored
Merge pull request #932 from meilisearch/dependabot/gradle/gradle-dependencies-8cb646d2a9
Bump the gradle-dependencies group with 4 updates
2 parents be7fac3 + b0cda24 commit c78e0ca

5 files changed

Lines changed: 120 additions & 115 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies {
5252
api 'com.squareup.okhttp3:okhttp:5.3.2'
5353

5454
// JUnit 6
55-
testImplementation(platform('org.junit:junit-bom:6.0.1'))
56-
testImplementation('org.junit.jupiter:junit-jupiter:6.0.1')
55+
testImplementation(platform('org.junit:junit-bom:6.0.2'))
56+
testImplementation('org.junit.jupiter:junit-jupiter:6.0.2')
5757

5858
// Test libs
5959
testImplementation 'org.mockito:mockito-core:4.11.0'
@@ -62,9 +62,9 @@ dependencies {
6262
testImplementation 'com.squareup.okhttp3:okhttp:5.3.2'
6363
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
6464

65-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
65+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
6666

67-
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1'
67+
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.0'
6868

6969
// Lombok
7070
compileOnly 'org.projectlombok:lombok:1.18.42'

gradle/wrapper/gradle-wrapper.jar

-15.1 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

100644100755
Lines changed: 93 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)