@@ -93,15 +93,15 @@ Download the latest version:
9393<dependency >
9494 <groupId >com.influxdb</groupId >
9595 <artifactId >influxdb-client-java</artifactId >
96- <version >2.3 .0</version >
96+ <version >3.0 .0</version >
9797</dependency >
9898```
9999
100100##### Or when using Gradle:
101101
102102``` groovy
103103dependencies {
104- compile "com.influxdb:influxdb-client-java:2.3 .0"
104+ compile "com.influxdb:influxdb-client-java:3.0 .0"
105105}
106106```
107107
@@ -210,15 +210,15 @@ Download the latest version:
210210<dependency >
211211 <groupId >com.influxdb</groupId >
212212 <artifactId >influxdb-client-java</artifactId >
213- <version >2.3 .0</version >
213+ <version >3.0 .0</version >
214214</dependency >
215215```
216216
217217##### Or when using Gradle:
218218
219219``` groovy
220220dependencies {
221- compile "com.influxdb:influxdb-client-java:2.3 .0"
221+ compile "com.influxdb:influxdb-client-java:3.0 .0"
222222}
223223```
224224
@@ -311,15 +311,15 @@ Download the latest version:
311311<dependency >
312312 <groupId >com.influxdb</groupId >
313313 <artifactId >influxdb-client-flux</artifactId >
314- <version >2.3 .0</version >
314+ <version >3.0 .0</version >
315315</dependency >
316316```
317317
318318##### Or when using Gradle:
319319
320320``` groovy
321321dependencies {
322- compile "com.influxdb:influxdb-client-flux:2.3 .0"
322+ compile "com.influxdb:influxdb-client-flux:3.0 .0"
323323}
324324```
325325
0 commit comments