Skip to content

Commit 95b1c77

Browse files
fix(deps): update errorproneversion to v2.29.2 (release/v1.33.x) (minor) (#11837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 15f6047 commit 95b1c77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ val DEPENDENCY_BOMS = listOf(
3939

4040
val autoServiceVersion = "1.1.1"
4141
val autoValueVersion = "1.11.0"
42-
val errorProneVersion = "2.28.0"
42+
val errorProneVersion = "2.29.2"
4343
val byteBuddyVersion = "1.14.18"
4444
val asmVersion = "9.7"
4545
val jmhVersion = "1.37"

javaagent-extension-api/src/main/java/io/opentelemetry/javaagent/bootstrap/internal/InstrumentationConfig.java

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public abstract class InstrumentationConfig {
3131

3232
private static final Logger logger = Logger.getLogger(InstrumentationConfig.class.getName());
3333

34+
@SuppressWarnings("ClassInitializationDeadlock")
3435
private static final InstrumentationConfig DEFAULT = new EmptyInstrumentationConfig();
3536

3637
// lazy initialized, so that javaagent can set it

0 commit comments

Comments
 (0)