Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3…
Browse files Browse the repository at this point in the history
….1.1 to 3.1.2 (#708)

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

Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-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 May 2, 2024
1 parent 4377f76 commit 97c18a2
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 @@ -31,6 +31,7 @@ Update dependencies:
- [#703](https://github.com/influxdata/influxdb-client-java/pull/703): `dokka-maven-plugin` to `1.9.20`
- [#713](https://github.com/influxdata/influxdb-client-java/pull/713): `maven-jar-plugin` to `3.4.1`
- [#712](https://github.com/influxdata/influxdb-client-java/pull/712): `maven-gpg-plugin` to `3.2.4`
- [#708](https://github.com/influxdata/influxdb-client-java/pull/708): `maven-deploy-plugin` to `3.1.2`

#### Test:
- [#683](https://github.com/influxdata/influxdb-client-java/pull/683): `assertj` to `3.25.3`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 97c18a2

Please sign in to comment.