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 eb37a65 commit e8133ebCopy full SHA for e8133eb
README.md
@@ -391,14 +391,14 @@ The latest version for maven dependence:
391
<dependency>
392
<groupId>org.influxdb</groupId>
393
<artifactId>influxdb-java</artifactId>
394
- <version>2.15</version>
+ <version>2.16</version>
395
</dependency>
396
```
397
398
Or when using with gradle:
399
400
```groovy
401
-compile 'org.influxdb:influxdb-java:2.15'
+compile 'org.influxdb:influxdb-java:2.16'
402
403
404
For version change history have a look at [ChangeLog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md).
0 commit comments