Skip to content

Commit 3a0335c

Browse files
authored
Merge pull request #958 from meilisearch/dependabot/gradle/gradle-dependencies-2f943d01b8
Bump the gradle-dependencies group across 1 directory with 7 updates
2 parents 53ddbf9 + ce07f33 commit 3a0335c

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

build.gradle

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

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

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.4'
61+
testImplementation 'com.squareup.okio:okio:3.17.0'
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.21.0'
65+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2'
6666

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

6969
// Lombok
70-
compileOnly 'org.projectlombok:lombok:1.18.42'
71-
annotationProcessor 'org.projectlombok:lombok:1.18.42'
72-
testCompileOnly 'org.projectlombok:lombok:1.18.42'
73-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
70+
compileOnly 'org.projectlombok:lombok:1.18.44'
71+
annotationProcessor 'org.projectlombok:lombok:1.18.44'
72+
testCompileOnly 'org.projectlombok:lombok:1.18.44'
73+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.44'
7474

7575
// JWT
76-
implementation 'com.auth0:java-jwt:4.5.0'
76+
implementation 'com.auth0:java-jwt:4.5.1'
7777
}
7878

7979
tasks.register('buildJar', Jar) {

gradle/wrapper/gradle-wrapper.jar

2.73 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.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)