opensearch-project / search-processor

Search Request Processor: pipeline for transformation of queries and results inline with a search request.
Apache License 2.0
22 stars 24 forks source link

[Backport 2.x] Upgrade jackson-core to 2.17.1 #226

Closed opensearch-trigger-bot[bot] closed 2 months ago

opensearch-trigger-bot[bot] commented 3 months ago

Backport bb68d4061dfe939133f420b2ad1648acef67f928 from #224

noCharger commented 3 months ago

@msfroh FYI


* What went wrong:
Execution failed for task ':amazon-kendra-intelligent-ranking:compileJava'.
> Could not resolve all dependencies for configuration ':amazon-kendra-intelligent-ranking:compileClasspath'.
   > Conflict found for the following module:
       - com.fasterxml.jackson.core:jackson-core between versions 2.17.1 and 2.17.0
msfroh commented 3 months ago

@msfroh FYI


* What went wrong:

Execution failed for task ':amazon-kendra-intelligent-ranking:compileJava'.

> Could not resolve all dependencies for configuration ':amazon-kendra-intelligent-ranking:compileClasspath'.

   > Conflict found for the following module:

       - com.fasterxml.jackson.core:jackson-core between versions 2.17.1 and 2.17.0

Yeah... I think we need to update the OpenSearch version that we target for 2.x to 2.15.

sejli commented 2 months ago

Closing for #229