Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e3803d9)
  • Loading branch information
dependabot[bot] authored and reta committed May 6, 2024
1 parent db3c4d9 commit ce40003
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ configurations {
force "org.apache.httpcomponents:httpcore-nio:4.4.16"
force "org.apache.httpcomponents:httpasyncclient:4.1.5"
force 'org.checkerframework:checker-qual:3.40.0'
force "com.google.errorprone:error_prone_annotations:2.26.1"
force "com.google.errorprone:error_prone_annotations:2.27.1"
force "org.checkerframework:checker-qual:3.42.0"
force "ch.qos.logback:logback-classic:1.5.5"
}
Expand Down Expand Up @@ -598,7 +598,11 @@ 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'
<<<<<<< HEAD
compileOnly 'com.google.errorprone:error_prone_annotations:2.26.1'
=======
compileOnly 'com.google.errorprone:error_prone_annotations:2.27.1'
>>>>>>> e3803d9c (Bump com.google.errorprone:error_prone_annotations from 2.27.0 to 2.27.1 (#4323))
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.6'
Expand Down

0 comments on commit ce40003

Please sign in to comment.