Skip to content

Commit

Permalink
chore(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#548)
Browse files Browse the repository at this point in the history
* chore(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0

Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.1.0.
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored May 10, 2023
1 parent 2869b7a commit aabc5f4
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 @@ -11,6 +11,7 @@ Update dependencies:
- [#536](https://github.com/influxdata/influxdb-client-java/pull/536): `spring-boot` to `2.7.11`
- [#540](https://github.com/influxdata/influxdb-client-java/pull/540): `kotlin` to `1.8.21`
- [#545](https://github.com/influxdata/influxdb-client-java/pull/545): `scala-collection-compat_2.12` to `2.10.0`
- [#548](https://github.com/influxdata/influxdb-client-java/pull/548): `maven-gpg-plugin` to `3.1.0`
- [#552](https://github.com/influxdata/influxdb-client-java/pull/552): `micrometer-registry-influx` to `1.11.0`

#### Maven:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit aabc5f4

Please sign in to comment.