Skip to content

Commit 2d7f482

Browse files
Bump the maven-plugins group with 2 updates (#305)
Bumps the maven-plugins group with 2 updates: [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin). Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.3.1 - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.2 to 3.2.4 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4dd5e56 commit 2d7f482

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
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-source-plugin</artifactId>
122-
<version>3.3.0</version>
122+
<version>3.3.1</version>
123123
<executions>
124124
<execution>
125125
<id>attach-source</id>
@@ -173,7 +173,7 @@
173173
</plugin>
174174
<plugin>
175175
<artifactId>maven-gpg-plugin</artifactId>
176-
<version>3.2.2</version>
176+
<version>3.2.4</version>
177177
<executions>
178178
<execution>
179179
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)