Skip to content

Commit

Permalink
fix(deps): update errorproneversion to v2.33.0 (#1483)
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: Jason Plumb <[email protected]>
  • Loading branch information
renovate[bot] and breedx-splk authored Oct 1, 2024
1 parent 6bf15df commit d4c6e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
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());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*
* @see FlightRecorderConnection#connectToFlightRecorderMXBean(MBeanServerConnection)
*/
@SuppressWarnings("MemberName")
final class FlightRecorderMXBeanConnection implements FlightRecorderConnection {

private static final String JFR_OBJECT_NAME = "jdk.management.jfr:type=FlightRecorder";
Expand Down

0 comments on commit d4c6e8b

Please sign in to comment.