Skip to content

Commit 0c47754

Browse files
Bump errorProneVersion from 2.25.0 to 2.26.0 (#3592)
Signed-off-by: dependabot[bot] <support@github.com> 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 0cfea61 commit 0c47754

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

+1-1
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.21=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.16.2=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.25.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.26.0=runtimeClasspath
77
com.google.guava:guava-bom:33.0.0-jre=runtimeClasspath
88
io.netty:netty-bom:4.1.107.Final=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.1.0-alpha=runtimeClasspath

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

+1-1
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.21=runtimeClasspath
55
com.fasterxml.jackson:jackson-bom:2.16.2=runtimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.25.0=runtimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.26.0=runtimeClasspath
77
com.google.guava:guava-bom:33.0.0-jre=runtimeClasspath
88
io.netty:netty-bom:4.1.107.Final=runtimeClasspath
99
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.1.0-alpha=runtimeClasspath

agent/agent-tooling/gradle.lockfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ com.fasterxml.jackson:jackson-bom:2.16.2=runtimeClasspath
2323
com.fasterxml.woodstox:woodstox-core:6.5.1=runtimeClasspath
2424
com.github.oshi:oshi-core:6.5.0=runtimeClasspath
2525
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
26-
com.google.errorprone:error_prone_annotations:2.25.0=runtimeClasspath
26+
com.google.errorprone:error_prone_annotations:2.26.0=runtimeClasspath
2727
com.google.guava:guava-bom:33.0.0-jre=runtimeClasspath
2828
com.microsoft.azure:msal4j-persistence-extension:1.2.0=runtimeClasspath
2929
com.microsoft.azure:msal4j:1.14.0=runtimeClasspath

dependencyManagement/build.gradle.kts

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

3737
val autoServiceVersion = "1.1.1"
3838
val autoValueVersion = "1.10.4"
39-
val errorProneVersion = "2.25.0"
39+
val errorProneVersion = "2.26.0"
4040
val byteBuddyVersion = "1.12.18"
4141
val jmhVersion = "1.37"
4242
val mockitoVersion = "4.11.0"

licenses/more-licenses.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2024-03-11 03:54:11 UTC_
4+
_2024-03-12 03:25:14 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.16.2`
@@ -36,7 +36,7 @@ _2024-03-11 03:54:11 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.25.0`
39+
**6** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.26.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)