You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/03/09 07:13:27 UTC

[plc4x] branch develop updated: build(deps): bump influxdb-client-java from 4.0.0 to 4.3.0 (#332)

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 982f904  build(deps): bump influxdb-client-java from 4.0.0 to 4.3.0 (#332)
982f904 is described below

commit 982f904b6681af1d52df0c8b7c45e5f02495c082
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 9 08:13:19 2022 +0100

    build(deps): bump influxdb-client-java from 4.0.0 to 4.3.0 (#332)
    
    Bumps [influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 4.0.0 to 4.3.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/v4.0.0...v4.3.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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/examples/hello-influx-data-collection/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-influx-data-collection/pom.xml b/plc4j/examples/hello-influx-data-collection/pom.xml
index e72fb4d..8f6e1b8 100644
--- a/plc4j/examples/hello-influx-data-collection/pom.xml
+++ b/plc4j/examples/hello-influx-data-collection/pom.xml
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>com.influxdb</groupId>
       <artifactId>influxdb-client-java</artifactId>
-      <version>4.0.0</version>
+      <version>4.3.0</version>
     </dependency>
 
     <dependency>