Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 25, 2024
1 parent e37c4bb commit 0c3c2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -34,7 +34,7 @@ kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", ve
kotlin-serializationPlugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }

errorpronePlugin = "net.ltgt.gradle:gradle-errorprone-plugin:3.1.0"
errorproneCore = { module = "com.google.errorprone:error_prone_core", version = "2.10.0" }
errorproneCore = { module = "com.google.errorprone:error_prone_core", version = "2.25.0" }
errorproneJavac = { module = "com.google.errorprone:javac", version = "9+181-r4173-1" }

animalSnifferPlugin = "ru.vyarus:gradle-animalsniffer-plugin:1.7.1"
Expand Down

0 comments on commit 0c3c2e2

Please sign in to comment.