Skip to content

Commit

Permalink
chore(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#401)
Browse files Browse the repository at this point in the history
* chore(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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]>
  • Loading branch information
dependabot[bot] and bednar authored Aug 16, 2022
1 parent 7745df0 commit 14cae84
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 @@ -23,6 +23,7 @@ Update dependencies:
- [#391](https://github.com/influxdata/influxdb-client-java/pull/391): `maven-bundle-plugin` to `5.1.8`
- [#395](https://github.com/influxdata/influxdb-client-java/pull/395): `maven-site-plugin` to `3.12.1`
- [#399](https://github.com/influxdata/influxdb-client-java/pull/399): `maven-project-info-reports-plugin` to `3.4.1`
- [#401](https://github.com/influxdata/influxdb-client-java/pull/401): `maven-javadoc-plugin` to `3.4.1`

#### Test:
- [#400](https://github.com/influxdata/influxdb-client-java/pull/400): `mockito` to `4.7.0`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency.io.reactivex.rxjava3>3.1.5</dependency.io.reactivex.rxjava3>

<plugin.surefire.version>3.0.0-M7</plugin.surefire.version>
<plugin.javadoc.version>3.4.0</plugin.javadoc.version>
<plugin.javadoc.version>3.4.1</plugin.javadoc.version>
<plugin.checkstyle.version>3.1.2</plugin.checkstyle.version>
<plugin.jacoco.version>0.8.8</plugin.jacoco.version>
<plugin.site.version>3.12.1</plugin.site.version>
Expand Down

0 comments on commit 14cae84

Please sign in to comment.