This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 36afb55f6adafa60ac64f93b20e31d7f41c2a00c Author: Rene Cordier <[email protected]> AuthorDate: Tue Aug 1 10:46:16 2023 +0700 JAMES-3929 Upgrade opensearch-rest-client client to 2.8.0 --- backends-common/opensearch/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends-common/opensearch/pom.xml b/backends-common/opensearch/pom.xml index a0cd0ef7f5..c78ac542f5 100644 --- a/backends-common/opensearch/pom.xml +++ b/backends-common/opensearch/pom.xml @@ -88,7 +88,7 @@ <dependency> <groupId>org.opensearch.client</groupId> <artifactId>opensearch-rest-client</artifactId> - <version>2.4.0</version> + <version>2.8.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
