Skip to content

Commit dd1eb0c

Browse files
adinauerclaudegetsentry-bot
authored
build: Bump Spotless to 8.8.0 (getsentry#5720)
* fix(spring): Support Spring Boot 4.1 Bump OpenTelemetry and Spring Boot dependencies to compatible versions so the Spring Boot 4 OpenTelemetry sample works with Spring Boot 4.1. Keep the Spring 7 sample on the repository Kotlin compiler version when importing the Spring Boot BOM, and add Spring Boot 4.1 to the system test matrix. Fixes getsentryGH-5561 Co-Authored-By: Claude <noreply@anthropic.com> * changelog * build: Bump Kotlin to 2.3.21 Align the global Kotlin version with Spring Boot 4.1 and remove the now-unneeded Spring 7 BOM override. Also remove unused Spring 7-specific Kotlin aliases from the version catalog. Co-Authored-By: Claude <noreply@anthropic.com> * build: Bump Spotless to 8.7.0 Update the Spotless Gradle plugin and apply the resulting formatting changes. Co-Authored-By: Claude <noreply@anthropic.com> * build: Bump Spotless to 8.8.0 Update the Spotless Gradle plugin to the latest available release. Co-Authored-By: Claude <noreply@anthropic.com> * Format code * Apply suggestion from @adinauer --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
1 parent c971c04 commit dd1eb0c

36 files changed

Lines changed: 440 additions & 471 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sagp = "6.13.0"
4040
sqlite = "2.6.2"
4141
sqliteRc = "2.7.0-rc01" # Required by Room3 3.0.0-rc*
4242
slf4j = "1.7.30"
43-
spotless = "8.6.0"
43+
spotless = "8.8.0"
4444
springboot2 = "2.7.18"
4545
springboot3 = "3.5.0"
4646
springboot4 = "4.1.0"

0 commit comments

Comments
 (0)