Skip to content

Commit

Permalink
Bump the maven group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates: [io.takari:takari](https://github.com/takari/takari-pom) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin).


Updates `io.takari:takari` from 56 to 62
- [Release notes](https://github.com/takari/takari-pom/releases)
- [Commits](https://github.com/takari/takari-pom/commits)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6)

---
updated-dependencies:
- dependency-name: io.takari:takari
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent caffb93 commit be027c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>56</version>
<version>62</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -220,7 +220,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit be027c1

Please sign in to comment.