File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ## 1.7.0 [ unreleased ]
1+ ## 1.7.0 [ 2025-11-21 ]
22
33### Bug Fixes
44
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ Add the latest version of the client to your project:
4747<dependency >
4848 <groupId >com.influxdb</groupId >
4949 <artifactId >influxdb3-java</artifactId >
50- <version >1.6 .0</version >
50+ <version >1.7 .0</version >
5151</dependency >
5252```
5353
5454### Or when using Gradle
5555
5656``` groovy
5757dependencies {
58- implementation "com.influxdb:influxdb3-java:1.6 .0"
58+ implementation "com.influxdb:influxdb3-java:1.7 .0"
5959}
6060```
6161
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >com.influxdb</groupId >
4141 <artifactId >influxdb3-java</artifactId >
42- <version >1.7.0-SNAPSHOT </version >
42+ <version >1.7.0</version >
4343 </dependency >
4444 </dependencies >
4545
You can’t perform that action at this time.
0 commit comments