Skip to content

Commit

Permalink
Bump errorProneVersion from 2.32.0 to 2.34.0 (#3922)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent af3bc15 commit a11c2f1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.34.0=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.9.0=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is expected to be part of source control.
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.34.0=runtimeClasspath
io.netty:netty-bom:4.1.114.Final=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.9.0=runtimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package com.microsoft.applicationinsights.alerting.analysis.pipelines;

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

// Attributes
Expand Down
2 changes: 1 addition & 1 deletion agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2=runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
com.github.oshi:oshi-core:6.6.5=runtimeClasspath
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.32.0=runtimeClasspath
com.google.errorprone:error_prone_annotations:2.34.0=runtimeClasspath
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
com.microsoft.azure:msal4j:1.17.1=runtimeClasspath
com.nimbusds:content-type:2.3=runtimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class JmxDataFetcherTest {

@SuppressWarnings({"unused", "checkstyle:AbbreviationAsWordInName"})
@SuppressWarnings({"unused", "checkstyle:AbbreviationAsWordInName", "IdentifierName"})
// This class name must end in MXBean (case sensitive)
public interface StubMXBean {
int getIntSample();
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(

val autoServiceVersion = "1.1.1"
val autoValueVersion = "1.11.0"
val errorProneVersion = "2.32.0"
val errorProneVersion = "2.34.0"
val jmhVersion = "1.37"
val mockitoVersion = "4.11.0"
val slf4jVersion = "2.0.16"
Expand Down
4 changes: 2 additions & 2 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

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

0 comments on commit a11c2f1

Please sign in to comment.