Skip to content

Commit a11c2f1

Browse files
Bump errorProneVersion from 2.32.0 to 2.34.0 (#3922)
1 parent af3bc15 commit a11c2f1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is expected to be part of source control.
44
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.34.0=runtimeClasspath
77
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.9.0=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is expected to be part of source control.
44
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.34.0=runtimeClasspath
77
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.9.0=runtimeClasspath

agent/agent-profiler/agent-alerting/src/main/java/com/microsoft/applicationinsights/alerting/analysis/pipelines/AlertPipelineMXBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package com.microsoft.applicationinsights.alerting.analysis.pipelines;
55

66
// This class name must end in MXBean (case sensitive)
7-
@SuppressWarnings("checkstyle:AbbreviationAsWordInName")
7+
@SuppressWarnings({"checkstyle:AbbreviationAsWordInName", "IdentifierName"})
88
public interface AlertPipelineMXBean {
99

1010
// Attributes

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2=runtimeClasspath
2222
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
2323
com.github.oshi:oshi-core:6.6.5=runtimeClasspath
2424
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
25-
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
25+
com.google.errorprone:error_prone_annotations:2.34.0=runtimeClasspath
2626
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
2727
com.microsoft.azure:msal4j:1.17.1=runtimeClasspath
2828
com.nimbusds:content-type:2.3=runtimeClasspath

agent/agent-tooling/src/test/java/com/microsoft/applicationinsights/agent/internal/perfcounter/JmxDataFetcherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class JmxDataFetcherTest {
1919

20-
@SuppressWarnings({"unused", "checkstyle:AbbreviationAsWordInName"})
20+
@SuppressWarnings({"unused", "checkstyle:AbbreviationAsWordInName", "IdentifierName"})
2121
// This class name must end in MXBean (case sensitive)
2222
public interface StubMXBean {
2323
int getIntSample();

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333

3434
val autoServiceVersion = "1.1.1"
3535
val autoValueVersion = "1.11.0"
36-
val errorProneVersion = "2.32.0"
36+
val errorProneVersion = "2.34.0"
3737
val jmhVersion = "1.37"
3838
val mockitoVersion = "4.11.0"
3939
val slf4jVersion = "2.0.16"

licenses/more-licenses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2024-10-18 07:55:24 PDT_
4+
_2024-10-21 03:11:48 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.2`
@@ -36,7 +36,7 @@ _2024-10-18 07:55:24 PDT_
3636
> - **POM Project URL**: [http://stephenc.github.com/jcip-annotations](http://stephenc.github.com/jcip-annotations)
3737
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3838
39-
**6** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.32.0`
39+
**6** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.34.0`
4040
> - **Manifest Project URL**: [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations)
4141
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
4242
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)