@@ -101,15 +101,15 @@ Download the latest version:
101101<dependency >
102102 <groupId >com.influxdb</groupId >
103103 <artifactId >influxdb-client-java</artifactId >
104- <version >4.1 .0</version >
104+ <version >4.2 .0</version >
105105</dependency >
106106```
107107
108108##### Or when using Gradle:
109109
110110``` groovy
111111dependencies {
112- compile "com.influxdb:influxdb-client-java:4.1 .0"
112+ compile "com.influxdb:influxdb-client-java:4.2 .0"
113113}
114114```
115115
@@ -217,15 +217,15 @@ Download the latest version:
217217<dependency >
218218 <groupId >com.influxdb</groupId >
219219 <artifactId >influxdb-client-java</artifactId >
220- <version >4.1 .0</version >
220+ <version >4.2 .0</version >
221221</dependency >
222222```
223223
224224##### Or when using Gradle:
225225
226226``` groovy
227227dependencies {
228- compile "com.influxdb:influxdb-client-java:4.1 .0"
228+ compile "com.influxdb:influxdb-client-java:4.2 .0"
229229}
230230```
231231
@@ -318,15 +318,15 @@ Download the latest version:
318318<dependency >
319319 <groupId >com.influxdb</groupId >
320320 <artifactId >influxdb-client-flux</artifactId >
321- <version >4.1 .0</version >
321+ <version >4.2 .0</version >
322322</dependency >
323323```
324324
325325##### Or when using Gradle:
326326
327327``` groovy
328328dependencies {
329- compile "com.influxdb:influxdb-client-flux:4.1 .0"
329+ compile "com.influxdb:influxdb-client-flux:4.2 .0"
330330}
331331```
332332
0 commit comments