Skip to content

Commit 07a0b62

Browse files
Gradle: Bump com.diffplug.spotless from 7.0.3 to 8.0.0
Bumps com.diffplug.spotless from 7.0.3 to 8.0.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba7a439 commit 07a0b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.gradle.kotlin.dsl.implementation
88
plugins {
99
val kotlinVersion = "2.0.21"
1010
kotlin("jvm") version kotlinVersion
11-
id("com.diffplug.spotless") version "7.0.3"
11+
id("com.diffplug.spotless") version "8.0.0"
1212
id("org.springframework.boot") version "3.4.4" apply false
1313
id("io.gitlab.arturbosch.detekt") version "1.23.8"
1414
id("pl.allegro.tech.build.axion-release") version "1.18.18"

0 commit comments

Comments
 (0)