fix(deps): update errorproneversion to v2.24.0 (#10117)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
This commit is contained in:
renovate[bot] 2024-01-01 17:38:02 -08:00 committed by GitHub
parent 4a8c4eca04
commit d8ba39a73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@ val DEPENDENCY_BOMS = listOf(
val autoServiceVersion = "1.1.1"
val autoValueVersion = "1.10.4"
val errorProneVersion = "2.23.0"
val errorProneVersion = "2.24.0"
val byteBuddyVersion = "1.14.11"
val asmVersion = "9.6"
val jmhVersion = "1.37"

View File

@ -341,6 +341,8 @@ public class WindowsTestContainerManager extends AbstractTestContainerManager {
// https://github.com/google/error-prone/issues/3090
@SuppressWarnings("MethodCanBeStatic")
private interface Waiter {
// errorprone 2.24.0 flags logHandler as unused
@SuppressWarnings("UnusedVariable")
default void configureLogger(ContainerLogHandler logHandler) {}
void waitFor(Container container);