Skip to content

Commit 5756a3f

Browse files
Bump errorProneVersion from 2.41.0 to 2.42.0 (#4474)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2731e25 commit 5756a3f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.38=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath
77
io.netty:netty-bom:4.2.4.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.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.38=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath
77
io.netty:netty-bom:4.2.4.Final=runtimeClasspath
88
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath

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.20.0=runtimeClasspath
2222
com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath
2323
com.github.oshi:oshi-core:6.9.0=runtimeClasspath
2424
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
25-
com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath
25+
com.google.errorprone:error_prone_annotations:2.42.0=runtimeClasspath
2626
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
2727
com.microsoft.azure:msal4j:1.22.0=runtimeClasspath
2828
com.nimbusds:content-type:2.3=runtimeClasspath

dependencyManagement/build.gradle.kts

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

3030
val autoServiceVersion = "1.1.1"
3131
val autoValueVersion = "1.11.0"
32-
val errorProneVersion = "2.41.0"
32+
val errorProneVersion = "2.42.0"
3333
val jmhVersion = "1.37"
3434
val mockitoVersion = "4.11.0"
3535
val slf4jVersion = "2.0.17"

licenses/more-licenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _2025-09-25 22:10:08 UTC_
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.41.0`
39+
**6** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.42.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)