Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (open-metadata#14091)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-6083305

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
pmbrull and snyk-bot authored Nov 23, 2023
1 parent ca45765 commit 1bb687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<!-- We need ElasticSearch client to be compatible with both ElasticSearch and AWS OpenSearch
This compatibility broken in 7.14, so lets keep this version pinned to 7.13.x
-->
<elasticsearch.version>7.17.13</elasticsearch.version>
<elasticsearch.version>7.17.14</elasticsearch.version>
<opensearch.version>2.5.0</opensearch.version>
<httpasyncclient.version>4.1.5</httpasyncclient.version>
<openapiswagger.version>2.2.19</openapiswagger.version>
Expand Down

0 comments on commit 1bb687d

Please sign in to comment.