Skip to content
Merged
Changes from 1 commit
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
Next Next commit
fix(deps): Update plugin com.diffplug.spotless to v6.25.0
  • Loading branch information
renovate-bot committed Feb 1, 2024
commit 9fc8ed01142544fbe0f4ec431b0a9603f0734c8a
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id "io.freefair.lombok" version "8.2.2"
id "maven-publish"
id "com.diffplug.spotless" version "6.20.0"
id "com.diffplug.spotless" version "6.25.0"
}

ext {
Expand Down