This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch opensearch-2.18.0 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0a548dbc7ee4cca36a644ac3e9868a3ddabbba03 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 13 11:36:00 2024 +0100 Upgrade Opensearch test infra version to 2.18.0 Signed-off-by: Andrea Cosentino <[email protected]> --- .../apache/camel/test/infra/opensearch/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-opensearch/src/test/resources/org/apache/camel/test/infra/opensearch/services/container.properties b/test-infra/camel-test-infra-opensearch/src/test/resources/org/apache/camel/test/infra/opensearch/services/container.properties index 00026c7d689..6db0ebec483 100644 --- a/test-infra/camel-test-infra-opensearch/src/test/resources/org/apache/camel/test/infra/opensearch/services/container.properties +++ b/test-infra/camel-test-infra-opensearch/src/test/resources/org/apache/camel/test/infra/opensearch/services/container.properties @@ -14,5 +14,5 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -opensearch.container=opensearchproject/opensearch:2.14.0 +opensearch.container=opensearchproject/opensearch:2.18.0 opensearch.container.ppc64le=icr.io/ppc64le-oss/opensearch-ppc64le:2.12.0
