Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from …
Browse files Browse the repository at this point in the history
…3.10.0 to 3.10.1 (#776)

* chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.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 [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 Oct 2, 2024
1 parent 9c7044d commit 576782a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Update dependencies:
#### Maven:
- [#758](https://github.com/influxdata/influxdb-client-java/pull/758): `maven-checkstyle-plugin` to `3.5.0`
- [#763](https://github.com/influxdata/influxdb-client-java/pull/763): `maven-project-info-reports-plugin` to `3.7.0`
- [#764](https://github.com/influxdata/influxdb-client-java/pull/764): `maven-javadoc-plugin` to `3.10.0`
- [#776](https://github.com/influxdata/influxdb-client-java/pull/776): `maven-javadoc-plugin` to `3.10.1`
- [#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`
- [#775](https://github.com/influxdata/influxdb-client-java/pull/775): `scala-maven-plugin` to `4.9.2`
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.8</dependency.io.reactivex.rxjava3>

<plugin.surefire.version>3.5.0</plugin.surefire.version>
<plugin.javadoc.version>3.10.0</plugin.javadoc.version>
<plugin.javadoc.version>3.10.1</plugin.javadoc.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>
Expand Down

0 comments on commit 576782a

Please sign in to comment.