Skip to content

Commit c47f6a0

Browse files
Bump the maven-plugins group with 2 updates (#63)
Bumps the maven-plugins group with 2 updates: [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin). Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.5.0 to 3.6.1 - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.5.0...enforcer-3.6.1) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.7 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ba9a9f commit c47f6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<plugin> <!-- use a new version of maven -->
175175
<groupId>org.apache.maven.plugins</groupId>
176176
<artifactId>maven-enforcer-plugin</artifactId>
177-
<version>3.5.0</version>
177+
<version>3.6.1</version>
178178
<executions>
179179
<execution>
180180
<id>enforce-maven</id>
@@ -259,7 +259,7 @@
259259
<plugin> <!-- sign jar for maven central-->
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-gpg-plugin</artifactId>
262-
<version>3.2.7</version>
262+
<version>3.2.8</version>
263263
<executions>
264264
<execution>
265265
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)