Skip to content

Commit

Permalink
Use specific version for OpenSearch client (requested by code review)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Nov 5, 2024
1 parent a2fa781 commit c4193b3
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 @@ -65,7 +65,7 @@
<saxon.version>9.9.1-8</saxon.version>
<log4j.version>2.19.0</log4j.version>
<junit.version>5.9.3</junit.version>
<opensearch.version>[2.15.0,)</opensearch.version>
<opensearch.version>2.15.0</opensearch.version>
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>

<!-- maven-resources-plugin versions greater 3.2.0 introduce changes that
Expand Down

0 comments on commit c4193b3

Please sign in to comment.