This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 328f13f5 Bump opensearch.version from 2.12.0 to 2.16.0 (#1276)
328f13f5 is described below
commit 328f13f548e55e58bc0d15cb6ca1df20aa0dc74f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 11 08:20:36 2024 +0100
Bump opensearch.version from 2.12.0 to 2.16.0 (#1276)
Bumps `opensearch.version` from 2.12.0 to 2.16.0.
Updates `org.opensearch.client:opensearch-rest-high-level-client` from
2.12.0 to 2.16.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
-
[Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/opensearch-project/OpenSearch/compare/2.12.0...2.16.0)
Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 2.12.0
to 2.16.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
-
[Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/opensearch-project/OpenSearch/compare/2.12.0...2.16.0)
---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-high-level-client
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.opensearch.client:opensearch-rest-client-sniffer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
external/opensearch/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/opensearch/pom.xml b/external/opensearch/pom.xml
index c2dc06aa..005e0a89 100644
--- a/external/opensearch/pom.xml
+++ b/external/opensearch/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<properties>
- <opensearch.version>2.12.0</opensearch.version>
+ <opensearch.version>2.16.0</opensearch.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.27</jacoco.classRatio>
<jacoco.instructionRatio>0.27</jacoco.instructionRatio>