File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Update dependencies:
16
16
- [ #527 ] ( https://github.com/influxdata/influxdb-client-java/pull/527 ) : ` scala-maven-plugin ` to ` 4.8.1 `
17
17
- [ #528 ] ( https://github.com/influxdata/influxdb-client-java/pull/528 ) : ` license-maven-plugin ` to ` 4.2 `
18
18
- [ #529 ] ( https://github.com/influxdata/influxdb-client-java/pull/529 ) : ` maven-deploy-plugin ` to ` 3.1.1 `
19
+ - [ #550 ] ( https://github.com/influxdata/influxdb-client-java/pull/550 ) : ` maven-compiler-plugin ` to ` 3.11.0 `
19
20
20
21
## 6.8.0 [ 2023-03-29]
21
22
Original file line number Diff line number Diff line change 169
169
<plugin >
170
170
<groupId >org.apache.maven.plugins</groupId >
171
171
<artifactId >maven-compiler-plugin</artifactId >
172
- <version >3.10.1 </version >
172
+ <version >3.11.0 </version >
173
173
<configuration >
174
174
<source >1.8</source >
175
175
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments