Skip to content

Commit ffb4292

Browse files
Bump the maven-build-plugins group across 1 directory with 7 updates (#93)
1 parent 99063b2 commit ffb4292

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<mockito.version>5.15.2</mockito.version>
4747

4848
<!-- build plugin dependencies -->
49-
<dependency-check.version>10.0.3</dependency-check.version>
49+
<dependency-check.version>11.1.1</dependency-check.version>
5050
<nexus-staging.version>1.7.0</nexus-staging.version>
5151
<jextract-maven.version>0.4.1</jextract-maven.version>
5252

@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-dependency-plugin</artifactId>
163-
<version>3.7.1</version>
163+
<version>3.8.1</version>
164164
<executions>
165165
<execution>
166166
<id>jar-paths-to-properties</id>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-surefire-plugin</artifactId>
201-
<version>3.3.1</version>
201+
<version>3.5.2</version>
202202
<dependencies>
203203
<dependency>
204204
<groupId>me.fabriciorby</groupId>
@@ -233,7 +233,7 @@
233233
</plugin>
234234
<plugin>
235235
<artifactId>maven-javadoc-plugin</artifactId>
236-
<version>3.8.0</version>
236+
<version>3.11.2</version>
237237
<executions>
238238
<execution>
239239
<id>attach-javadocs</id>
@@ -335,7 +335,7 @@
335335
<plugin>
336336
<groupId>org.codehaus.mojo</groupId>
337337
<artifactId>exec-maven-plugin</artifactId>
338-
<version>3.3.0</version>
338+
<version>3.5.0</version>
339339
<executions>
340340
<execution>
341341
<goals>
@@ -366,7 +366,7 @@
366366
<plugins>
367367
<plugin>
368368
<artifactId>maven-gpg-plugin</artifactId>
369-
<version>3.2.4</version>
369+
<version>3.2.7</version>
370370
<executions>
371371
<execution>
372372
<id>sign-artifacts</id>
@@ -424,7 +424,7 @@
424424
<plugin>
425425
<groupId>org.apache.maven.plugins</groupId>
426426
<artifactId>maven-deploy-plugin</artifactId>
427-
<version>3.1.2</version>
427+
<version>3.1.3</version>
428428
</plugin>
429429
</plugins>
430430
</build>

0 commit comments

Comments
 (0)