Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 9680915

Browse files
committed
Upgrade Maven plugins
1 parent ffcf9ba commit 9680915

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

lib/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,19 +229,19 @@
229229
</plugin>
230230
<plugin>
231231
<artifactId>maven-compiler-plugin</artifactId>
232-
<version>3.12.1</version>
232+
<version>3.13.0</version>
233233
</plugin>
234234
<plugin>
235235
<artifactId>maven-surefire-plugin</artifactId>
236-
<version>3.2.5</version>
236+
<version>3.5.2</version>
237237
<configuration>
238238
<groups>${test.includedGroups}</groups>
239239
<excludedGroups>${test.excludedGroups}</excludedGroups>
240240
</configuration>
241241
</plugin>
242242
<plugin>
243243
<artifactId>maven-jar-plugin</artifactId>
244-
<version>3.3.0</version>
244+
<version>3.4.2</version>
245245
<configuration>
246246
<archive>
247247
<manifest>
@@ -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
</plugin>
258258
<plugin>
259259
<groupId>org.jasig.maven</groupId>
@@ -266,7 +266,7 @@
266266
<plugin>
267267
<groupId>com.mycila</groupId>
268268
<artifactId>license-maven-plugin</artifactId>
269-
<version>4.3</version>
269+
<version>4.6</version>
270270
<configuration>
271271
<licenseSets>
272272
<licenseSet>
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>com.github.siom79.japicmp</groupId>
293293
<artifactId>japicmp-maven-plugin</artifactId>
294-
<version>0.18.5</version>
294+
<version>0.23.0</version>
295295
<configuration>
296296
<parameter>
297297
<includes>
@@ -302,11 +302,11 @@
302302
</plugin>
303303
<plugin>
304304
<artifactId>maven-javadoc-plugin</artifactId>
305-
<version>3.6.3</version>
305+
<version>3.11.2</version>
306306
</plugin>
307307
<plugin>
308308
<artifactId>maven-enforcer-plugin</artifactId>
309-
<version>3.4.1</version>
309+
<version>3.5.0</version>
310310
<dependencies>
311311
<dependency>
312312
<groupId>org.sonatype.ossindex.maven</groupId>
@@ -317,15 +317,15 @@
317317
</plugin>
318318
<plugin>
319319
<artifactId>maven-dependency-plugin</artifactId>
320-
<version>3.6.1</version>
320+
<version>3.8.1</version>
321321
<configuration>
322322
<ignoreAllNonTestScoped>true</ignoreAllNonTestScoped>
323323
</configuration>
324324
</plugin>
325325
<plugin>
326326
<groupId>org.codehaus.mojo</groupId>
327327
<artifactId>versions-maven-plugin</artifactId>
328-
<version>2.16.2</version>
328+
<version>2.18.0</version>
329329
</plugin>
330330
</plugins>
331331
</pluginManagement>

0 commit comments

Comments
 (0)