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:
renovate[bot] 2024-10-01 16:37:07 -07:00 committed by GitHub
parent 6bf15df5f3
commit d4c6e8b04f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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());

View File

@ -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";