Skip to content

Commit

Permalink
Updated OpenSearch version to 1.3.7 (opensearch-project#2191)
Browse files Browse the repository at this point in the history
Signed-off-by: Asif Sohail Mohammed <[email protected]>
Signed-off-by: Asif Sohail Mohammed <[email protected]>
  • Loading branch information
asifsmohammed authored Jan 27, 2023
1 parent f45af39 commit bd60dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
java: [11]
opensearch: [1.0.1, 1.1.0, 1.2.4, 1.3.6, 2.0.1, 2.1.0, 2.2.1, 2.3.0]
opensearch: [1.0.1, 1.1.0, 1.2.4, 1.3.6, 1.3.7, 2.0.1, 2.1.0, 2.2.1, 2.3.0]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build-resources.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext.versionMap = [
junitJupiter : '5.8.2',
mockito : '3.11.2',
opentelemetryProto : '0.16.0-alpha',
opensearchVersion : '1.3.6',
opensearchVersion : '1.3.7',
armeria: '1.20.3',
armeriaGrpc: '1.20.3',
protobufJavaUtil: '3.21.11',
Expand Down

0 comments on commit bd60dcc

Please sign in to comment.