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 1893de5 commit ce37e29Copy full SHA for ce37e29
README.md
@@ -348,14 +348,14 @@ The latest version for maven dependence:
348
<dependency>
349
<groupId>org.influxdb</groupId>
350
<artifactId>influxdb-java</artifactId>
351
- <version>2.14</version>
+ <version>2.15</version>
352
</dependency>
353
```
354
355
Or when using with gradle:
356
357
```groovy
358
-compile 'org.influxdb:influxdb-java:2.14'
+compile 'org.influxdb:influxdb-java:2.15'
359
360
361
For version change history have a look at [ChangeLog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md).
0 commit comments