This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new b6b06c316c7 chore: update qdrant container used for integration tests to 1.12.1 b6b06c316c7 is described below commit b6b06c316c7cfab3692a053fbd5733f5a4e14647 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Mon Oct 21 16:35:06 2024 +0200 chore: update qdrant container used for integration tests to 1.12.1 Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .../org/apache/camel/test/infra/qdrant/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-qdrant/src/test/resources/org/apache/camel/test/infra/qdrant/services/container.properties b/test-infra/camel-test-infra-qdrant/src/test/resources/org/apache/camel/test/infra/qdrant/services/container.properties index 9be1193c9e1..9dbefca8f73 100644 --- a/test-infra/camel-test-infra-qdrant/src/test/resources/org/apache/camel/test/infra/qdrant/services/container.properties +++ b/test-infra/camel-test-infra-qdrant/src/test/resources/org/apache/camel/test/infra/qdrant/services/container.properties @@ -14,4 +14,4 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -qdrant.container=qdrant/qdrant:v1.12.0-unprivileged +qdrant.container=qdrant/qdrant:v1.12.1-unprivileged