You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2023/12/11 15:42:33 UTC

(camel) branch main updated: Bump com.influxdb:influxdb-client-java from 6.10.0 to 6.11.0

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 d1d92c5da69 Bump com.influxdb:influxdb-client-java from 6.10.0 to 6.11.0
d1d92c5da69 is described below

commit d1d92c5da690898436307762f2b81f66b4f175c9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 11 15:20:11 2023 +0000

    Bump com.influxdb:influxdb-client-java from 6.10.0 to 6.11.0
    
    Bumps [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 6.10.0 to 6.11.0.
    - [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
    - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/influxdata/influxdb-client-java/compare/v6.10.0...v6.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.influxdb:influxdb-client-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 40823ad6691..6cb913be341 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -214,7 +214,7 @@
         <impsort-maven-plugin-version>1.9.0</impsort-maven-plugin-version>
         <infinispan-version>14.0.21.Final</infinispan-version>
         <influx-java-driver-version>2.23</influx-java-driver-version>
-        <influx-client-java-driver-version>6.10.0</influx-client-java-driver-version>
+        <influx-client-java-driver-version>6.11.0</influx-client-java-driver-version>
         <irclib-version>1.10</irclib-version>
         <ironmq-version>3.0.5</ironmq-version>
         <ivy-version>2.5.2</ivy-version>