Skip to content

Commit 76c8ec8

Browse files
dependabot[bot]shikharj05cwperks
authored andcommitted
Bump com.google.errorprone:error_prone_annotations from 2.42.0 to 2.43.0 (opensearch-project#5743)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shikhar Jain <[email protected]> Co-authored-by: Craig Perkins <[email protected]> Signed-off-by: Dennis Toepker <[email protected]>
1 parent ee72736 commit 76c8ec8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3838
- Bump `com.github.spotbugs` from 6.4.2 to 6.4.4 ([#5727](https://github.com/opensearch-project/security/pull/5727))
3939
- Bump `com.autonomousapps.build-health` from 3.0.4 to 3.3.0 ([#5726](https://github.com/opensearch-project/security/pull/5726), [#5744](https://github.com/opensearch-project/security/pull/5744))
4040
- Bump `spring_version` from 6.2.11 to 6.2.12 ([#5725](https://github.com/opensearch-project/security/pull/5725))
41+
- Bump `com.google.errorprone:error_prone_annotations` from 2.42.0 to 2.43.0 ([#5743](https://github.com/opensearch-project/security/pull/5743))
4142
- Bump `actions/upload-artifact` from 4 to 5 ([#5740](https://github.com/opensearch-project/security/pull/5740))
4243
- Bump `actions/download-artifact` from 5 to 6 ([#5739](https://github.com/opensearch-project/security/pull/5739))
4344
- Bump `com.google.googlejavaformat:google-java-format` from 1.28.0 to 1.30.0 ([#5741](https://github.com/opensearch-project/security/pull/5741))

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ configurations {
482482
// For integrationTest
483483
force "org.apache.httpcomponents:httpclient:4.5.14"
484484
force "org.apache.httpcomponents:httpcore:4.4.16"
485-
force "com.google.errorprone:error_prone_annotations:2.42.0"
485+
force "com.google.errorprone:error_prone_annotations:2.43.0"
486486
force "org.checkerframework:checker-qual:3.51.1"
487487
force "ch.qos.logback:logback-classic:1.5.20"
488488
force "commons-io:commons-io:2.20.0"
@@ -695,7 +695,7 @@ dependencies {
695695
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
696696
runtimeOnly 'commons-codec:commons-codec:1.19.0'
697697
runtimeOnly 'org.cryptacular:cryptacular:1.2.7'
698-
compileOnly 'com.google.errorprone:error_prone_annotations:2.42.0'
698+
compileOnly 'com.google.errorprone:error_prone_annotations:2.43.0'
699699
runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'
700700
runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.4'
701701
runtimeOnly 'org.ow2.asm:asm:9.9'

sample-resource-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ configurations.all {
5858

5959
// Duplicate dependencies with conflicting versions from org.opensearch.plugin:transport-grpc
6060
// Force versions present in security plugin
61-
force "com.google.errorprone:error_prone_annotations:2.42.0"
61+
force "com.google.errorprone:error_prone_annotations:2.43.0"
6262
force "com.google.protobuf:protobuf-java:${versions.protobuf}"
6363
force "com.google.guava:guava:${guava_version}"
6464
force "com.google.guava:failureaccess:1.0.3"

0 commit comments

Comments
 (0)