Skip to content

Commit 2beee79

Browse files
Bump the gradle-dependencies group across 1 directory with 6 updates
Bumps the gradle-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.12.0` | `5.1.0` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.4` | | [com.squareup.okio:okio](https://github.com/square/okio) | `3.12.0` | `3.16.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.0` | `2.19.2` | | com.diffplug.spotless | `6.13.0` | `7.2.1` | Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.1.0) Updates `org.junit:junit-bom` from 5.13.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter` from 5.13.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.4) Updates `com.squareup.okio:okio` from 3.12.0 to 3.16.0 - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.12.0...parent-3.16.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.diffplug.spotless` from 6.13.0 to 7.2.1 --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okio:okio dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.diffplug.spotless dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34e6053 commit 2beee79

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
id 'jacoco'
1515
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
16-
id "com.diffplug.spotless" version "6.13.0"
16+
id "com.diffplug.spotless" version "7.2.1"
1717
}
1818

1919
group = 'com.meilisearch.sdk'
@@ -48,20 +48,20 @@ dependencies {
4848
implementation 'com.google.code.gson:gson:2.13.1'
4949
implementation 'org.json:json:20250517'
5050
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
51-
api 'com.squareup.okhttp3:okhttp:4.12.0'
51+
api 'com.squareup.okhttp3:okhttp:5.1.0'
5252

5353
// Use JUnit test framework
54-
testImplementation(platform('org.junit:junit-bom:5.13.0'))
55-
testImplementation('org.junit.jupiter:junit-jupiter:5.13.0')
54+
testImplementation(platform('org.junit:junit-bom:5.13.4'))
55+
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')
5656
// https://mvnrepository.com/artifact/org.mockito/mockito-core
5757
testImplementation 'org.mockito:mockito-core:4.11.0'
5858
testImplementation 'org.hamcrest:hamcrest:3.0'
59-
testImplementation 'com.squareup.okio:okio:3.12.0'
60-
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
61-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
59+
testImplementation 'com.squareup.okio:okio:3.16.0'
60+
testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'
61+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
6262

6363
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
64-
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0'
64+
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.2'
6565

6666
// Lombok
6767
compileOnly 'org.projectlombok:lombok:1.18.38'

0 commit comments

Comments
 (0)