You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/03/08 08:09:04 UTC

(camel) branch main updated: Bump io.qdrant:client from 1.7.1 to 1.8.0 (#13413)

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 6c51bdd1c9c Bump io.qdrant:client from 1.7.1 to 1.8.0 (#13413)
6c51bdd1c9c is described below

commit 6c51bdd1c9c50fbdfa731a062017ead7093fde8f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 8 09:08:58 2024 +0100

    Bump io.qdrant:client from 1.7.1 to 1.8.0 (#13413)
    
    Bumps [io.qdrant:client](https://github.com/qdrant/java-client) from 1.7.1 to 1.8.0.
    - [Release notes](https://github.com/qdrant/java-client/releases)
    - [Commits](https://github.com/qdrant/java-client/compare/v1.7.1...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.qdrant:client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0e6265dcc5c..e109c215111 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -394,7 +394,7 @@
         <prowide-version>SRU2023-10.1.4</prowide-version>
         <pubnub-version>6.4.5</pubnub-version>
         <pulsar-version>3.2.0</pulsar-version>
-        <qdrant-client-version>1.7.1</qdrant-client-version>
+        <qdrant-client-version>1.8.0</qdrant-client-version>
         <qpid-broker-version>9.2.0</qpid-broker-version>
         <qpid-proton-j-version>0.34.1</qpid-proton-j-version>
         <qpid-jms-client-version>2.5.0</qpid-jms-client-version>