Skip to content

Commit 0ac9dc1

Browse files
Bump the gradle-dependencies group across 1 directory with 4 updates
Bumps the gradle-dependencies group with 4 updates in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5), [org.mockito:mockito-core](https://github.com/mockito/mockito) and com.diffplug.spotless. Updates `org.junit:junit-bom` from 5.11.4 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.0) Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.0) Updates `org.mockito:mockito-core` from 4.9.0 to 4.11.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v4.11.0) Updates `com.diffplug.spotless` from 6.13.0 to 7.0.4 --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.diffplug.spotless dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e0caf7 commit 0ac9dc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 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.0.4"
1717
}
1818

1919
group = 'com.meilisearch.sdk'
@@ -56,10 +56,10 @@ dependencies {
5656
api 'com.squareup.okhttp3:okhttp:4.12.0'
5757

5858
// Use JUnit test framework
59-
testImplementation(platform('org.junit:junit-bom:5.11.4'))
60-
testImplementation('org.junit.jupiter:junit-jupiter:5.11.4')
59+
testImplementation(platform('org.junit:junit-bom:5.13.0'))
60+
testImplementation('org.junit.jupiter:junit-jupiter:5.13.0')
6161
// https://mvnrepository.com/artifact/org.mockito/mockito-core
62-
testImplementation 'org.mockito:mockito-core:4.9.0'
62+
testImplementation 'org.mockito:mockito-core:4.11.0'
6363
testImplementation 'org.hamcrest:hamcrest:3.0'
6464
testImplementation 'com.squareup.okio:okio:3.12.0'
6565
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'

0 commit comments

Comments
 (0)