Skip to content

Commit

Permalink
Updates opensearch library to 1.3.14. And run integration test agains…
Browse files Browse the repository at this point in the history
…t 2.11.1 and 1.3.14 as well. Resolves #3837. (#3838) (#3862)

Signed-off-by: David Venable <[email protected]>
(cherry picked from commit df2bde6)

Co-authored-by: David Venable <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and dlvenable authored Jan 2, 2024
1 parent 8c22b87 commit 923a9cb
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.13, 2.0.1, 2.1.0, 2.3.0, 2.5.0, 2.7.0, 2.9.0, 2.11.0]
opensearch: [1.0.1, 1.1.0, 1.2.4, 1.3.14, 2.0.1, 2.1.0, 2.3.0, 2.5.0, 2.7.0, 2.9.0, 2.11.1]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencyResolutionManagement {
library('opentelemetry-proto', 'io.opentelemetry.proto', 'opentelemetry-proto').versionRef('opentelemetry')
version('opensearchJava', '2.8.1')
library('opensearch-java', 'org.opensearch.client', 'opensearch-java').versionRef('opensearchJava')
version('opensearch', '1.3.13')
version('opensearch', '1.3.14')
library('opensearch-client', 'org.opensearch.client', 'opensearch-rest-client').versionRef('opensearch')
library('opensearch-rhlc', 'org.opensearch.client', 'opensearch-rest-high-level-client').versionRef('opensearch')
version('spring', '5.3.28')
Expand Down

0 comments on commit 923a9cb

Please sign in to comment.