Skip to content

Commit

Permalink
Auto-update dependencies and plugins (#203)
Browse files Browse the repository at this point in the history
## Updated Gradle Plugins
 * `com.palantir.consistent-versions {-> 2.28.0}`
 * `com.diffplug.spotless {-> 7.0.0.BETA4}`
  • Loading branch information
mellbot[bot] authored Oct 24, 2024
1 parent cbbc6ac commit 92fc634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import net.ltgt.gradle.errorprone.errorprone

plugins {
idea
id("com.diffplug.spotless") version "7.0.0.BETA3"
id("com.diffplug.spotless") version "7.0.0.BETA4"
id("com.google.cloud.tools.jib") version "3.4.4" apply false
id("com.markelliot.versions") version "0.43.0"
id("com.palantir.consistent-versions") version "2.27.0"
id("com.palantir.consistent-versions") version "2.28.0"
id("net.ltgt.errorprone") version "4.1.0" apply false
id("org.inferred.processors") version "3.7.0" apply false
}
Expand Down

0 comments on commit 92fc634

Please sign in to comment.