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/22 08:29:21 UTC

(camel) branch main updated: Bump com.influxdb:influxdb-client-java from 6.11.0 to 6.12.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 4ecb0fad484 Bump com.influxdb:influxdb-client-java from 6.11.0 to 6.12.0
4ecb0fad484 is described below

commit 4ecb0fad484ecd75e57ab3216a8586ce53703b68
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 22 08:03:26 2023 +0000

    Bump com.influxdb:influxdb-client-java from 6.11.0 to 6.12.0
    
    Bumps [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 6.11.0 to 6.12.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.11.0...v6.12.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 1f2c0c7eaf4..4c55b51c02e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -215,7 +215,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.24</influx-java-driver-version>
-        <influx-client-java-driver-version>6.11.0</influx-client-java-driver-version>
+        <influx-client-java-driver-version>6.12.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>