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 30b402f chore(deps): bump com.influxdb:influxdb-client-java from
7.3.0 to 7.4.0 (#540)
30b402f is described below
commit 30b402f19deb4949cfd2068f25ee670e221938cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 19 09:32:49 2025 +0100
chore(deps): bump com.influxdb:influxdb-client-java from 7.3.0 to 7.4.0
(#540)
Bumps
[com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java)
from 7.3.0 to 7.4.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.3.0...v7.4.0)
---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
dependency-version: 7.4.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 6f5a55d..ebb465f 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.3.0</version>
+ <version>7.4.0</version>
</dependency>
<dependency>