Skip to content

Commit

Permalink
updated errorprone version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeuerhahn committed Jan 15, 2021
1 parent 1f01fca commit eccb578
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 @@ -151,7 +151,7 @@ configure(javaProjects) {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.7.0")
testImplementation("com.tngtech.archunit:archunit-junit5:0.15.0")
errorprone("com.google.errorprone:error_prone_core:2.5.0")
errorprone("com.google.errorprone:error_prone_core:2.5.1")
}

tasks.test {
Expand Down

0 comments on commit eccb578

Please sign in to comment.