Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id "org.springframework.boot" version "4.0.6"
id "io.spring.dependency-management" version "1.1.7"
id "com.github.ben-manes.versions" version "0.54.0"
id "com.diffplug.spotless" version "8.5.1"
id "com.diffplug.spotless" version "8.6.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot [medium] This changes a Gradle input tracked by server/sbom/.input-hash, but the committed server SBOM files were not refreshed. The test workflow recomputes the hash from build.gradle, gradle.properties, and settings.gradle, so this branch will fail the SBOM freshness check until server/sbom/ is regenerated and committed.

🤖 Prompt for AI agents

In server/build.gradle, the Spotless plugin version was bumped but the tracked server/sbom/ files were not refreshed. Run ./gradlew cyclonedxBom from server/ and commit the generated server/sbom/ changes.

id "org.cyclonedx.bom" version "3.2.4"
}

Expand Down
Loading