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 1a44e03 chore(deps): bump com.influxdb:influxdb-client-java from
7.5.0 to 8.0.0 (#663)
1a44e03 is described below
commit 1a44e03b1cc3a6ddf2594670af8fc2af9a1135d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 21 09:55:37 2026 +0200
chore(deps): bump com.influxdb:influxdb-client-java from 7.5.0 to 8.0.0
(#663)
Bumps
[com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java)
from 7.5.0 to 8.0.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.5.0...v8.0.0)
---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
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 cda2e30..a78434e 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.5.0</version>
+ <version>8.0.0</version>
</dependency>
<dependency>