Skip to content

Commit b9d062f

Browse files
Bump the maven-build-plugins group across 1 directory with 8 updates (#49)
1 parent 656f2a4 commit b9d062f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<mockito.version>5.11.0</mockito.version>
3939

4040
<!-- build plugin dependencies -->
41-
<dependency-check.version>9.1.0</dependency-check.version>
42-
<nexus-staging.version>1.6.13</nexus-staging.version>
41+
<dependency-check.version>9.2.0</dependency-check.version>
42+
<nexus-staging.version>1.6.14</nexus-staging.version>
4343
</properties>
4444

4545
<licenses>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-enforcer-plugin</artifactId>
119-
<version>3.4.1</version>
119+
<version>3.5.0</version>
120120
<executions>
121121
<execution>
122122
<id>check-preconditions</id>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.codehaus.mojo</groupId>
147147
<artifactId>exec-maven-plugin</artifactId>
148-
<version>3.2.0</version>
148+
<version>3.3.0</version>
149149
<executions>
150150
<execution>
151151
<goals>
@@ -203,7 +203,7 @@
203203
</plugin>
204204
<plugin>
205205
<artifactId>maven-source-plugin</artifactId>
206-
<version>3.3.0</version>
206+
<version>3.3.1</version>
207207
<executions>
208208
<execution>
209209
<id>attach-sources</id>
@@ -215,7 +215,7 @@
215215
</plugin>
216216
<plugin>
217217
<artifactId>maven-javadoc-plugin</artifactId>
218-
<version>3.6.3</version>
218+
<version>3.7.0</version>
219219
<executions>
220220
<execution>
221221
<id>attach-javadocs</id>
@@ -307,7 +307,7 @@
307307
<plugins>
308308
<plugin>
309309
<artifactId>maven-gpg-plugin</artifactId>
310-
<version>3.2.2</version>
310+
<version>3.2.4</version>
311311
<executions>
312312
<execution>
313313
<id>sign-artifacts</id>
@@ -368,7 +368,7 @@
368368
<plugin>
369369
<groupId>org.apache.maven.plugins</groupId>
370370
<artifactId>maven-deploy-plugin</artifactId>
371-
<version>3.1.1</version>
371+
<version>3.1.2</version>
372372
</plugin>
373373
</plugins>
374374
</build>

0 commit comments

Comments
 (0)