File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 7.1.0 [ unreleased]
2
2
3
+ ### Dependencies
4
+
5
+ Update dependencies:
6
+
7
+ #### Build:
8
+ -
9
+
10
+ #### Maven:
11
+ - [ #682 ] ( https://github.com/influxdata/influxdb-client-java/pull/682 ) : ` maven-checkstyle-plugin ` to ` 3.3.1 `
12
+
13
+ #### Test:
14
+ -
15
+
3
16
## 7.0.0 [ 2024-01-30]
4
17
5
18
:warning : This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.
Original file line number Diff line number Diff line change 116
116
117
117
<plugin .surefire.version>3.2.2</plugin .surefire.version>
118
118
<plugin .javadoc.version>3.6.3</plugin .javadoc.version>
119
- <plugin .checkstyle.version>3.3.0 </plugin .checkstyle.version>
119
+ <plugin .checkstyle.version>3.3.1 </plugin .checkstyle.version>
120
120
<plugin .jacoco.version>0.8.11</plugin .jacoco.version>
121
121
<plugin .site.version>3.12.1</plugin .site.version>
122
122
<plugin .scala.version>4.8.1</plugin .scala.version>
You can’t perform that action at this time.
0 commit comments