Skip to content

Commit 9e11176

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 2 updates
Bumps the maven-build-plugins group with 2 updates: [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin). Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.2 to 3.2.3 - [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.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c219f0 commit 9e11176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</plugin>
117117
<plugin>
118118
<artifactId>maven-jar-plugin</artifactId>
119-
<version>3.3.0</version>
119+
<version>3.4.0</version>
120120
<configuration>
121121
<skipIfEmpty>true</skipIfEmpty>
122122
</configuration>
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-gpg-plugin</artifactId>
195-
<version>3.2.2</version>
195+
<version>3.2.3</version>
196196
<executions>
197197
<execution>
198198
<id>sign-artifacts</id>
@@ -232,7 +232,7 @@
232232
<plugin>
233233
<groupId>org.apache.maven.plugins</groupId>
234234
<artifactId>maven-gpg-plugin</artifactId>
235-
<version>3.2.2</version>
235+
<version>3.2.3</version>
236236
<executions>
237237
<execution>
238238
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)