Skip to content

Commit a1eeb8e

Browse files
chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 (#682)
* chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.0 to 3.3.1. - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 06cfbcf commit a1eeb8e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## 7.1.0 [unreleased]
22

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+
316
## 7.0.0 [2024-01-30]
417

518
:warning: This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
<plugin.surefire.version>3.2.2</plugin.surefire.version>
118118
<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>
120120
<plugin.jacoco.version>0.8.11</plugin.jacoco.version>
121121
<plugin.site.version>3.12.1</plugin.site.version>
122122
<plugin.scala.version>4.8.1</plugin.scala.version>

0 commit comments

Comments
 (0)