@@ -102,15 +102,15 @@ Download the latest version:
102
102
<dependency >
103
103
<groupId >com.influxdb</groupId >
104
104
<artifactId >influxdb-client-java</artifactId >
105
- <version >7.1 .0</version >
105
+ <version >7.2 .0</version >
106
106
</dependency >
107
107
```
108
108
109
109
##### Or when using Gradle:
110
110
111
111
``` groovy
112
112
dependencies {
113
- implementation "com.influxdb:influxdb-client-java:7.1 .0"
113
+ implementation "com.influxdb:influxdb-client-java:7.2 .0"
114
114
}
115
115
```
116
116
@@ -218,15 +218,15 @@ Download the latest version:
218
218
<dependency >
219
219
<groupId >com.influxdb</groupId >
220
220
<artifactId >influxdb-client-java</artifactId >
221
- <version >7.1 .0</version >
221
+ <version >7.2 .0</version >
222
222
</dependency >
223
223
```
224
224
225
225
##### Or when using Gradle:
226
226
227
227
``` groovy
228
228
dependencies {
229
- implementation "com.influxdb:influxdb-client-java:7.1 .0"
229
+ implementation "com.influxdb:influxdb-client-java:7.2 .0"
230
230
}
231
231
```
232
232
@@ -319,15 +319,15 @@ Download the latest version:
319
319
<dependency >
320
320
<groupId >com.influxdb</groupId >
321
321
<artifactId >influxdb-client-flux</artifactId >
322
- <version >7.1 .0</version >
322
+ <version >7.2 .0</version >
323
323
</dependency >
324
324
```
325
325
326
326
##### Or when using Gradle:
327
327
328
328
``` groovy
329
329
dependencies {
330
- implementation "com.influxdb:influxdb-client-flux:7.1 .0"
330
+ implementation "com.influxdb:influxdb-client-flux:7.2 .0"
331
331
}
332
332
```
333
333
0 commit comments