We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996718c commit 0a3151dCopy full SHA for 0a3151d
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
Update dependencies:
6
7
+#### Maven:
8
+ - [#570](https://github.com/influxdata/influxdb-client-java/pull/570): `build-helper-maven-plugin` to `3.4.0`
9
+
10
#### Examples:
11
- [#571](https://github.com/influxdata/influxdb-client-java/pull/571): `commons-io` to `2.12.0`
12
client/pom.xml
@@ -83,7 +83,7 @@
83
<plugin>
84
<groupId>org.codehaus.mojo</groupId>
85
<artifactId>build-helper-maven-plugin</artifactId>
86
- <version>3.3.0</version>
+ <version>3.4.0</version>
87
<executions>
88
<execution>
89
<id>add-source</id>
0 commit comments