This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new b1bc93186f Bump org.opensearch.client:opensearch-rest-client from
2.13.0 to 2.14.0 (#716)
b1bc93186f is described below
commit b1bc93186f272e64f80b3ea76762b942372d010f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 15 06:51:33 2024 +0200
Bump org.opensearch.client:opensearch-rest-client from 2.13.0 to 2.14.0
(#716)
Bumps
[org.opensearch.client:opensearch-rest-client](https://github.com/opensearch-project/OpenSearch)
from 2.13.0 to 2.14.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.13.0...2.14.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 f1e65fbe95..35bddad19e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
<disruptor.version>3.4.4</disruptor.version>
<elasticsearch.version>8.13.4</elasticsearch.version>
- <opensearch.version>2.13.0</opensearch.version>
+ <opensearch.version>2.14.0</opensearch.version>
<opensearch-java.version>2.10.2</opensearch-java.version>
<commons-lang3.version>3.14.0</commons-lang3.version>