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:
parent
4a8c4eca04
commit
d8ba39a73e
|
@ -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"
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue