Skip to content

Commit

Permalink
Updated the OpenSearch libraries to 1.3.6 and run the integration tes…
Browse files Browse the repository at this point in the history
…ts against 1.3.6 instead of 1.3.5. Fixes opensearch-project#2022 (opensearch-project#2030)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Nov 30, 2022
1 parent 2342d9f commit b381189
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.5, 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, 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.5',
opensearchVersion : '1.3.6',
armeria: '1.19.0',
armeriaGrpc: '1.19.0',
protobufJavaUtil: '3.19.6',
Expand Down

0 comments on commit b381189

Please sign in to comment.