Skip to content

Commit f396ec2

Browse files
Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 (#305)
Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 7.0.2 to 7.0.4. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/7.0.2...gradle/7.0.4) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13f2380 commit f396ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
4343

4444
dependencies {
4545
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.7") // https://plugins.gradle.org/plugin/com.github.spotbugs
46-
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2") // https://plugins.gradle.org/plugin/com.diffplug.spotless
46+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4") // https://plugins.gradle.org/plugin/com.diffplug.spotless
4747
implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2") // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
4848
implementation("org.javamodularity:moduleplugin:1.8.12") // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin
4949
implementation("io.github.gradle-nexus:publish-plugin:1.3.0") // https://plugins.gradle.org/plugin/io.github.gradle-nexus.publish-plugin

0 commit comments

Comments
 (0)