Skip to content

Commit

Permalink
Fix #3023: Keep ElasticSearch version to 7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
harshach committed Mar 1, 2022
1 parent da90072 commit bae5f05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<commons-lang.version>2.6</commons-lang.version>
<lombok.version>1.18.22</lombok.version>
<tomcat-jdbc.version>10.0.8</tomcat-jdbc.version>
<!-- We need ElasticSearch client to be compatible with both ElasticSearch and AWS OpenSearch
This compatability broken in 7.14, so lets keep this version pinned to 7.13.2
-->
<elasticsearch.version>7.13.2</elasticsearch.version>
<httpasyncclient.version>4.1.5</httpasyncclient.version>
<openapiswagger.version>2.1.13</openapiswagger.version>
Expand Down

0 comments on commit bae5f05

Please sign in to comment.