@@ -91,15 +91,15 @@ Download the latest version:
91
91
<dependency >
92
92
<groupId >com.influxdb</groupId >
93
93
<artifactId >influxdb-client-java</artifactId >
94
- <version >1.10 .0</version >
94
+ <version >1.11 .0</version >
95
95
</dependency >
96
96
```
97
97
98
98
##### Or when using Gradle:
99
99
100
100
``` groovy
101
101
dependencies {
102
- compile "com.influxdb:influxdb-client-java:1.10 .0"
102
+ compile "com.influxdb:influxdb-client-java:1.11 .0"
103
103
}
104
104
```
105
105
@@ -208,15 +208,15 @@ Download the latest version:
208
208
<dependency >
209
209
<groupId >com.influxdb</groupId >
210
210
<artifactId >influxdb-client-java</artifactId >
211
- <version >1.10 .0</version >
211
+ <version >1.11 .0</version >
212
212
</dependency >
213
213
```
214
214
215
215
##### Or when using Gradle:
216
216
217
217
``` groovy
218
218
dependencies {
219
- compile "com.influxdb:influxdb-client-java:1.10 .0"
219
+ compile "com.influxdb:influxdb-client-java:1.11 .0"
220
220
}
221
221
```
222
222
@@ -309,15 +309,15 @@ Download the latest version:
309
309
<dependency >
310
310
<groupId >com.influxdb</groupId >
311
311
<artifactId >influxdb-client-flux</artifactId >
312
- <version >1.10 .0</version >
312
+ <version >1.11 .0</version >
313
313
</dependency >
314
314
```
315
315
316
316
##### Or when using Gradle:
317
317
318
318
``` groovy
319
319
dependencies {
320
- compile "com.influxdb:influxdb-client-flux:1.10 .0"
320
+ compile "com.influxdb:influxdb-client-flux:1.11 .0"
321
321
}
322
322
```
323
323
0 commit comments