@@ -28,15 +28,17 @@ dependencies {
2828 implementation group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
2929 implementation group : ' org.apache.httpcomponents.core5' , name : ' httpcore5' , version : " 5.2.2"
3030 implementation " org.opensearch:common-utils:${ common_utils_version} "
31- implementation group : ' com.google.guava' , name : ' guava' , version : ' 32.1.3-jre'
31+ implementation (group : ' com.google.guava' , name : ' guava' , version : ' 32.1.3-jre' ) {
32+ exclude group : ' com.google.errorprone' , module : ' error_prone_annotations'
33+ }
3234 testImplementation (group : ' junit' , name : ' junit' , version : ' 4.13.2' ) {
3335 exclude module : ' hamcrest'
3436 exclude module : ' hamcrest-core'
3537 }
3638 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.7.0'
3739 testImplementation " org.opensearch.test:framework:${ opensearch_version} "
3840 testImplementation " org.opensearch.client:opensearch-rest-client:${ opensearch_version} "
39- testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.10.1 '
41+ testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0 '
4042 testImplementation group : ' org.json' , name : ' json' , version : ' 20231013'
4143 testImplementation(" com.fasterxml.jackson.core:jackson-annotations:${ versions.jackson} " )
4244 testImplementation(" com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} " )
@@ -84,4 +86,4 @@ spotless {
8486
8587 eclipse(). withP2Mirrors(Map . of(" https://download.eclipse.org/" , " https://mirror.umd.edu/eclipse/" )). configFile rootProject. file(' .eclipseformat.xml' )
8688 }
87- }
89+ }
0 commit comments