Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit ed56e69

Browse files
build(deps): bump com.diffplug.spotless from 6.25.0 to 7.0.0 (#222)
* build(deps): bump com.diffplug.spotless from 6.25.0 to 7.0.0 Bumps com.diffplug.spotless from 6.25.0 to 7.0.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix(ci): fix spotless build by running `./gradlew :spotlessApply'`. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eli Flores <eli.flores@digitalservice.bund.de>
1 parent 18e57ca commit ed56e69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ tasks {
107107
dependsOn("integrationTest") // All tests are required to run before generating a report.
108108
}
109109

110-
jar { // We have no need for the plain archive, thus skip creation for build speedup!
110+
jar {
111+
// We have no need for the plain archive, thus skip creation for build speedup!
111112
enabled = false
112113
}
113114

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spring-security-test = { module = "org.springframework.security:spring-security-
1919
[plugins]
2020
dependency-license-report = "com.github.jk1.dependency-license-report:2.9"
2121
sonarqube = "org.sonarqube:6.0.1.5171"
22-
spotless = "com.diffplug.spotless:6.25.0"
22+
spotless = "com.diffplug.spotless:7.0.0"
2323
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
2424
spring-dependency-management = "io.spring.dependency-management:1.1.7"
2525
test-logger = "com.adarshr.test-logger:4.0.0"

0 commit comments

Comments
 (0)