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 5c6c102cc0 Bump org.opensearch.client:opensearch-java from 2.21.0 to
2.22.0 (#1013)
5c6c102cc0 is described below
commit 5c6c102cc00485bdc14060c9abb69430c2f2b904
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 6 08:07:31 2025 +0100
Bump org.opensearch.client:opensearch-java from 2.21.0 to 2.22.0 (#1013)
Bumps
[org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java)
from 2.21.0 to 2.22.0.
- [Release
notes](https://github.com/opensearch-project/opensearch-java/releases)
-
[Changelog](https://github.com/opensearch-project/opensearch-java/blob/v2.22.0/CHANGELOG.md)
-
[Commits](https://github.com/opensearch-project/opensearch-java/compare/v2.21.0...v2.22.0)
---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
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 ae8dcff4ad..05e0a2a04b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
<elasticsearch.version>8.17.3</elasticsearch.version>
<opensearch.version>2.19.1</opensearch.version>
- <opensearch-java.version>2.21.0</opensearch-java.version>
+ <opensearch-java.version>2.22.0</opensearch-java.version>
<docker.openfga.version>v1</docker.openfga.version>