@@ -91,15 +91,15 @@ Download the latest version:
9191<dependency >
9292 <groupId >com.influxdb</groupId >
9393 <artifactId >influxdb-client-java</artifactId >
94- <version >1.13 .0</version >
94+ <version >1.14 .0</version >
9595</dependency >
9696```
9797
9898##### Or when using Gradle:
9999
100100``` groovy
101101dependencies {
102- compile "com.influxdb:influxdb-client-java:1.13 .0"
102+ compile "com.influxdb:influxdb-client-java:1.14 .0"
103103}
104104```
105105
@@ -208,15 +208,15 @@ Download the latest version:
208208<dependency >
209209 <groupId >com.influxdb</groupId >
210210 <artifactId >influxdb-client-java</artifactId >
211- <version >1.13 .0</version >
211+ <version >1.14 .0</version >
212212</dependency >
213213```
214214
215215##### Or when using Gradle:
216216
217217``` groovy
218218dependencies {
219- compile "com.influxdb:influxdb-client-java:1.13 .0"
219+ compile "com.influxdb:influxdb-client-java:1.14 .0"
220220}
221221```
222222
@@ -309,15 +309,15 @@ Download the latest version:
309309<dependency >
310310 <groupId >com.influxdb</groupId >
311311 <artifactId >influxdb-client-flux</artifactId >
312- <version >1.13 .0</version >
312+ <version >1.14 .0</version >
313313</dependency >
314314```
315315
316316##### Or when using Gradle:
317317
318318``` groovy
319319dependencies {
320- compile "com.influxdb:influxdb-client-flux:1.13 .0"
320+ compile "com.influxdb:influxdb-client-flux:1.14 .0"
321321}
322322```
323323
0 commit comments