Skip to content

Commit

Permalink
Update errorProneVersion to v2.22.0 (open-telemetry#1052)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
  • Loading branch information
renovate[bot] and trask committed Sep 22, 2023
1 parent 0a61845 commit 5ad1035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val DEPENDENCY_BOMS = listOf(

val autoServiceVersion = "1.1.1"
val autoValueVersion = "1.10.4"
val errorProneVersion = "2.21.1"
val errorProneVersion = "2.22.0"
val prometheusVersion = "0.16.0"
val mockitoVersion = "4.11.0"
val slf4jVersion = "2.0.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ private static void makeCall() throws IOException {
}
}
System.out.println("FAILURE");
return;
}
}

0 comments on commit 5ad1035

Please sign in to comment.