Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin fr…
Browse files Browse the repository at this point in the history
…om 3.3.1 to 3.5.0 (#758)

* 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.1 to 3.5.0.
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* docs: Update CHANGELOG.md [skip CI]

---------

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]>
  • Loading branch information
dependabot[bot] and bednar authored Sep 4, 2024
1 parent 3923848 commit 80610a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Update dependencies:
- [#762](https://github.com/influxdata/influxdb-client-java/pull/762): `spring-boot` to `3.3.3`

#### Maven:
- [#758](https://github.com/influxdata/influxdb-client-java/pull/758): `maven-checkstyle-plugin` to `3.5.0`
- [#765](https://github.com/influxdata/influxdb-client-java/pull/765): `maven-site-plugin` to `3.20.0`
- [#766](https://github.com/influxdata/influxdb-client-java/pull/766): `versions-maven-plugin` to `2.17.1`

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.3.1</plugin.surefire.version>
<plugin.javadoc.version>3.6.3</plugin.javadoc.version>
<plugin.checkstyle.version>3.3.1</plugin.checkstyle.version>
<plugin.checkstyle.version>3.5.0</plugin.checkstyle.version>
<plugin.jacoco.version>0.8.12</plugin.jacoco.version>
<plugin.site.version>3.20.0</plugin.site.version>
<plugin.scala.version>4.9.1</plugin.scala.version>
Expand Down

0 comments on commit 80610a2

Please sign in to comment.