Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## 7.1.0 [unreleased]

### Dependencies

Update dependencies:

#### Build:
-

#### Maven:
- [#682](https://github.com/influxdata/influxdb-client-java/pull/682): `maven-checkstyle-plugin` to `3.3.1`

#### Test:
-

## 7.0.0 [2024-01-30]

:warning: This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

<plugin.surefire.version>3.2.2</plugin.surefire.version>
<plugin.javadoc.version>3.6.3</plugin.javadoc.version>
<plugin.checkstyle.version>3.3.0</plugin.checkstyle.version>
<plugin.checkstyle.version>3.3.1</plugin.checkstyle.version>
<plugin.jacoco.version>0.8.11</plugin.jacoco.version>
<plugin.site.version>3.12.1</plugin.site.version>
<plugin.scala.version>4.8.1</plugin.scala.version>
Expand Down