Skip to content

Commit

Permalink
build(deps): bump com.diffplug.spotless from 6.25.0 to 7.0.0 (#222)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* fix(ci): fix spotless build

by running `./gradlew :spotlessApply'`.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eli Flores <[email protected]>
  • Loading branch information
dependabot[bot] and eliflores authored Jan 7, 2025
1 parent 18e57ca commit ed56e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ tasks {
dependsOn("integrationTest") // All tests are required to run before generating a report.
}

jar { // We have no need for the plain archive, thus skip creation for build speedup!
jar {
// We have no need for the plain archive, thus skip creation for build speedup!
enabled = false
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spring-security-test = { module = "org.springframework.security:spring-security-
[plugins]
dependency-license-report = "com.github.jk1.dependency-license-report:2.9"
sonarqube = "org.sonarqube:6.0.1.5171"
spotless = "com.diffplug.spotless:6.25.0"
spotless = "com.diffplug.spotless:7.0.0"
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
spring-dependency-management = "io.spring.dependency-management:1.1.7"
test-logger = "com.adarshr.test-logger:4.0.0"
Expand Down

0 comments on commit ed56e69

Please sign in to comment.