We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8c4ee commit add0a88Copy full SHA for add0a88
gradle/libs.versions.toml
@@ -34,7 +34,7 @@ kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", ve
34
kotlin-serializationPlugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
35
36
errorpronePlugin = "net.ltgt.gradle:gradle-errorprone-plugin:3.1.0"
37
-errorproneCore = { module = "com.google.errorprone:error_prone_core", version = "2.10.0" }
+errorproneCore = { module = "com.google.errorprone:error_prone_core", version = "2.26.1" }
38
errorproneJavac = { module = "com.google.errorprone:javac", version = "9+181-r4173-1" }
39
40
animalSnifferPlugin = "ru.vyarus:gradle-animalsniffer-plugin:1.7.1"
0 commit comments