Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_annotations from 2.27.1 to 2.2…
Browse files Browse the repository at this point in the history
…8.0 (opensearch-project#4389)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 9fb7195 commit f002182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ configurations {
// For integrationTest
force "org.apache.httpcomponents:httpclient:4.5.14"
force "org.apache.httpcomponents:httpcore:4.4.16"
force "com.google.errorprone:error_prone_annotations:2.27.1"
force "com.google.errorprone:error_prone_annotations:2.28.0"
force "org.checkerframework:checker-qual:3.43.0"
force "ch.qos.logback:logback-classic:1.5.6"
}
Expand Down Expand Up @@ -606,7 +606,7 @@ dependencies {
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
runtimeOnly 'commons-codec:commons-codec:1.17.0'
runtimeOnly 'org.cryptacular:cryptacular:1.2.6'
compileOnly 'com.google.errorprone:error_prone_annotations:2.27.1'
compileOnly 'com.google.errorprone:error_prone_annotations:2.28.0'
runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'
runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
runtimeOnly 'org.ow2.asm:asm:9.7'
Expand Down

0 comments on commit f002182

Please sign in to comment.