Skip to content

Commit

Permalink
Auto-update dependencies and plugins (#201)
Browse files Browse the repository at this point in the history
## Updated Gradle Plugins
 * `net.ltgt.errorprone {-> 4.1.0}`
  • Loading branch information
mellbot[bot] authored Oct 20, 2024
1 parent fb4f81b commit 3271520
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 @@ -7,7 +7,7 @@ plugins {
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("net.ltgt.errorprone") version "4.0.1" apply false
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 3271520

Please sign in to comment.