Skip to content

Commit

Permalink
Bump the gradle group with 1 update
Browse files Browse the repository at this point in the history
Bumps the gradle group with 1 update: com.diffplug.spotless.


Updates `com.diffplug.spotless` from 6.21.0 to 6.25.0

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent fa98ebd commit 2989bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
id("java-library")
kotlin("jvm") version Kotlin.version
id("com.diffplug.spotless") version "6.21.0"
id("com.diffplug.spotless") version "6.25.0"
id("maven-publish")
}

Expand Down

0 comments on commit 2989bbe

Please sign in to comment.