Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d17ecf

Browse files
authoredAug 10, 2024··
Update dependency com.google.errorprone:error_prone_core to v2.30.0
1 parent 12b02cb commit 4d17ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", ve
3434
kotlin-serializationPlugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
3535

3636
errorpronePlugin = "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1"
37-
errorproneCore = { module = "com.google.errorprone:error_prone_core", version = "2.10.0" }
37+
errorproneCore = { module = "com.google.errorprone:error_prone_core", version = "2.30.0" }
3838
errorproneJavac = { module = "com.google.errorprone:javac", version = "9+181-r4173-1" }
3939

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

0 commit comments

Comments
 (0)
Please sign in to comment.