This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 345601acca Bump org.opensearch.client:opensearch-rest-client from
2.16.0 to 2.17.0 (#841)
345601acca is described below
commit 345601acca1fcc0a2cde63648ae570ab23f1c0c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 18 08:06:33 2024 +0200
Bump org.opensearch.client:opensearch-rest-client from 2.16.0 to 2.17.0
(#841)
Bumps
[org.opensearch.client:opensearch-rest-client](https://github.com/opensearch-project/OpenSearch)
from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
-
[Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG-3.0.md)
-
[Commits](https://github.com/opensearch-project/OpenSearch/compare/2.16.0...2.17.0)
---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-client
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 849a5c8f61..4a5b802d3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
<elasticsearch.version>8.15.1</elasticsearch.version>
- <opensearch.version>2.16.0</opensearch.version>
+ <opensearch.version>2.17.0</opensearch.version>
<opensearch-java.version>2.14.0</opensearch-java.version>
<log4j2.version>2.22.0</log4j2.version>