Skip to content

Commit 92c2c31

Browse files
Bump the maven-build-plugins group with 5 updates (#60)
1 parent b538d03 commit 92c2c31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<!-- build plugin dependencies -->
3434
<dependency-check.version>9.1.0</dependency-check.version>
35-
<jacoco.version>0.8.11</jacoco.version>
35+
<jacoco.version>0.8.12</jacoco.version>
3636
<nexus-staging.version>1.6.13</nexus-staging.version>
3737
</properties>
3838

@@ -175,7 +175,7 @@
175175
</plugin>
176176
<plugin>
177177
<artifactId>maven-shade-plugin</artifactId>
178-
<version>3.5.2</version>
178+
<version>3.5.3</version>
179179
<executions>
180180
<execution>
181181
<phase>package</phase>
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-jar-plugin</artifactId>
244-
<version>3.3.0</version>
244+
<version>3.4.1</version>
245245
<configuration>
246246
<archive>
247247
<manifestEntries>
@@ -253,7 +253,7 @@
253253
</plugin>
254254
<plugin>
255255
<artifactId>maven-source-plugin</artifactId>
256-
<version>3.3.0</version>
256+
<version>3.3.1</version>
257257
<executions>
258258
<execution>
259259
<id>attach-sources</id>
@@ -370,7 +370,7 @@
370370
<plugins>
371371
<plugin>
372372
<artifactId>maven-gpg-plugin</artifactId>
373-
<version>3.2.2</version>
373+
<version>3.2.4</version>
374374
<executions>
375375
<execution>
376376
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)