fix(deps): update errorproneversion to v2.33.0 (#1483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jason Plumb <jplumb@splunk.com>
This commit is contained in:
parent
6bf15df5f3
commit
d4c6e8b04f
|
@ -21,7 +21,7 @@ val DEPENDENCY_BOMS = listOf(
|
|||
|
||||
val autoServiceVersion = "1.1.1"
|
||||
val autoValueVersion = "1.11.0"
|
||||
val errorProneVersion = "2.32.0"
|
||||
val errorProneVersion = "2.33.0"
|
||||
val prometheusVersion = "0.16.0"
|
||||
val mockitoVersion = "4.11.0"
|
||||
val slf4jVersion = "2.0.16"
|
||||
|
|
|
@ -61,6 +61,7 @@ import java.util.Map;
|
|||
import java.util.Optional;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
@SuppressWarnings("MemberName")
|
||||
public class GCPResourceProvider implements ConditionalResourceProvider {
|
||||
|
||||
private static final Logger LOGGER = Logger.getLogger(GCPResourceProvider.class.getSimpleName());
|
||||
|
|
|
@ -28,6 +28,7 @@ import javax.management.openmbean.TabularData;
|
|||
*
|
||||
* @see FlightRecorderConnection#connectToFlightRecorderMXBean(MBeanServerConnection)
|
||||
*/
|
||||
@SuppressWarnings("MemberName")
|
||||
final class FlightRecorderMXBeanConnection implements FlightRecorderConnection {
|
||||
|
||||
private static final String JFR_OBJECT_NAME = "jdk.management.jfr:type=FlightRecorder";
|
||||
|
|
Loading…
Reference in New Issue