Skip to content

Commit 4eb95d2

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.4.0 to 3.4.1 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch 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 98db6c2 commit 4eb95d2

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
@@ -135,7 +135,7 @@
135135
</plugin>
136136
<plugin>
137137
<artifactId>maven-jar-plugin</artifactId>
138-
<version>3.4.0</version>
138+
<version>3.4.1</version>
139139
<configuration>
140140
<skipIfEmpty>true</skipIfEmpty>
141141
</configuration>
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-gpg-plugin</artifactId>
226-
<version>3.2.3</version>
226+
<version>3.2.4</version>
227227
<executions>
228228
<execution>
229229
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)