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.git
The following commit(s) were added to refs/heads/develop by this push:
new 15e941be1 build(deps): bump influxdb-client-java from 6.5.0 to 6.6.0
(#526)
15e941be1 is described below
commit 15e941be13a670226ed6eb545a0b197b2fc4d22f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 6 12:27:08 2022 +0200
build(deps): bump influxdb-client-java from 6.5.0 to 6.6.0 (#526)
Bumps
[influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from
6.5.0 to 6.6.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.5.0...v6.6.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] <[email protected]>
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 11e5903b2..10a1acba3 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>6.5.0</version>
+ <version>6.6.0</version>
</dependency>
<dependency>