Skip to content

Commit abc1ce4

Browse files
Bump the gradle-minor-patch group with 3 updates
Bumps the gradle-minor-patch group with 3 updates: [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework). Updates `com.diffplug.spotless:spotless-plugin-gradle` from 7.0.3 to 7.2.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/7.0.3...gradle/7.2.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.14.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.14.2) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2686a1e commit abc1ce4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
dependencies {
1414
classpath 'com.android.tools.build:gradle:2.3.+'
1515
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
16-
classpath 'com.diffplug.spotless:spotless-plugin-gradle:7.0.3'
16+
classpath 'com.diffplug.spotless:spotless-plugin-gradle:7.2.1'
1717
}
1818
}
1919

@@ -116,9 +116,9 @@ dependencies {
116116
implementation 'org.openapitools:jackson-databind-nullable:0.2.8'
117117
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
118118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
119+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2'
120120
testImplementation 'org.mockito:mockito-core:5.21.0'
121-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
121+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2'
122122
}
123123

124124
javadoc {

0 commit comments

Comments
 (0)