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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 612bb0f  chore(deps): bump com.influxdb:influxdb-client-java from 
7.4.0 to 7.5.0 (#601)
612bb0f is described below

commit 612bb0fa4e29cc79e8706090b99c7f529101232c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 11:16:44 2026 +0100

    chore(deps): bump com.influxdb:influxdb-client-java from 7.4.0 to 7.5.0 
(#601)
    
    Bumps 
[com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java)
 from 7.4.0 to 7.5.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/v7.4.0...v7.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.influxdb:influxdb-client-java
      dependency-version: 7.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 7511a5a..cda2e30 100644
--- a/plc4j/examples/hello-influx-data-collection/pom.xml
+++ b/plc4j/examples/hello-influx-data-collection/pom.xml
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>com.influxdb</groupId>
       <artifactId>influxdb-client-java</artifactId>
-      <version>7.4.0</version>
+      <version>7.5.0</version>
     </dependency>
 
     <dependency>

Reply via email to