Skip to content

Commit 6a103fc

Browse files
committed
Update dependencies and plugins
1 parent 879c72f commit 6a103fc

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

pom.xml

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.apache.maven.plugin-tools</groupId>
9292
<artifactId>maven-plugin-annotations</artifactId>
93-
<version>3.12.0</version>
93+
<version>3.15.1</version>
9494
<scope>provided</scope>
9595
</dependency>
9696
<dependency>
@@ -106,12 +106,12 @@
106106
<dependency>
107107
<groupId>org.codehaus.plexus</groupId>
108108
<artifactId>plexus-archiver</artifactId>
109-
<version>4.8.0</version>
109+
<version>4.10.0</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.codehaus.plexus</groupId>
113113
<artifactId>plexus-utils</artifactId>
114-
<version>4.0.1</version>
114+
<version>4.0.2</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.codehaus.plexus</groupId>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.apache.maven</groupId>
134134
<artifactId>maven-archiver</artifactId>
135-
<version>3.6.2</version>
135+
<version>3.6.3</version>
136136
<exclusions>
137137
<exclusion>
138138
<groupId>org.apache.maven</groupId>
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>org.apache.maven.surefire</groupId>
153153
<artifactId>maven-surefire-common</artifactId>
154-
<version>3.3.0</version>
154+
<version>3.5.2</version>
155155
<exclusions>
156156
<exclusion>
157157
<groupId>org.apache.maven</groupId>
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-compiler-plugin</artifactId>
224-
<version>3.11.0</version>
224+
<version>3.14.0</version>
225225
<configuration>
226226
<source>${targetJdk}</source>
227227
<target>${targetJdk}</target>
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-plugin-plugin</artifactId>
241-
<version>3.9.0</version>
241+
<version>3.15.1</version>
242242
<configuration>
243243
<goalPrefix>gwt</goalPrefix>
244244
</configuration>
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-invoker-plugin</artifactId>
271-
<version>3.6.0</version>
271+
<version>3.9.0</version>
272272
<executions>
273273
<execution>
274274
<goals>
@@ -302,7 +302,7 @@
302302
<plugin>
303303
<groupId>org.apache.maven.plugins</groupId>
304304
<artifactId>maven-enforcer-plugin</artifactId>
305-
<version>3.4.1</version>
305+
<version>3.5.0</version>
306306
<executions>
307307
<execution>
308308
<goals>
@@ -326,19 +326,19 @@
326326
<dependency>
327327
<groupId>org.codehaus.mojo</groupId>
328328
<artifactId>extra-enforcer-rules</artifactId>
329-
<version>1.7.0</version>
329+
<version>1.9.0</version>
330330
</dependency>
331331
</dependencies>
332332
</plugin>
333333
<plugin>
334334
<groupId>org.apache.maven.plugins</groupId>
335335
<artifactId>maven-site-plugin</artifactId>
336-
<version>3.12.1</version>
336+
<version>3.21.0</version>
337337
<dependencies>
338338
<dependency>
339339
<groupId>org.apache.maven.doxia</groupId>
340340
<artifactId>doxia-module-markdown</artifactId>
341-
<version>1.12.0</version>
341+
<version>2.0.0</version>
342342
</dependency>
343343
<dependency>
344344
<groupId>com.github.stephenc.wagon</groupId>
@@ -350,7 +350,7 @@
350350
<plugin>
351351
<groupId>org.sonatype.plugins</groupId>
352352
<artifactId>nexus-staging-maven-plugin</artifactId>
353-
<version>1.6.13</version>
353+
<version>1.7.0</version>
354354
<extensions>true</extensions>
355355
<configuration>
356356
<serverId>ossrh</serverId>
@@ -361,14 +361,19 @@
361361
<plugin>
362362
<groupId>org.apache.maven.plugins</groupId>
363363
<artifactId>maven-release-plugin</artifactId>
364-
<version>3.0.1</version>
364+
<version>3.1.1</version>
365365
<configuration>
366366
<autoVersionSubmodules>true</autoVersionSubmodules>
367367
<useReleaseProfile>false</useReleaseProfile>
368368
<releaseProfiles>release</releaseProfiles>
369369
<goals>deploy site-deploy</goals>
370370
</configuration>
371371
</plugin>
372+
<plugin>
373+
<groupId>org.apache.maven.plugins</groupId>
374+
<artifactId>maven-javadoc-plugin</artifactId>
375+
<version>3.11.2</version>
376+
</plugin>
372377
</plugins>
373378
</build>
374379

@@ -377,20 +382,20 @@
377382
<plugin>
378383
<groupId>org.apache.maven.plugins</groupId>
379384
<artifactId>maven-plugin-plugin</artifactId>
380-
<version>3.9.0</version>
385+
<version>3.15.1</version>
381386
</plugin>
382387
<plugin>
383388
<groupId>org.apache.maven.plugins</groupId>
384389
<artifactId>maven-project-info-reports-plugin</artifactId>
385-
<version>3.4.5</version>
390+
<version>3.9.0</version>
386391
<configuration>
387392
<skip>true</skip>
388393
</configuration>
389394
</plugin>
390395
<plugin>
391396
<groupId>org.apache.maven.plugins</groupId>
392397
<artifactId>maven-javadoc-plugin</artifactId>
393-
<version>3.5.0</version>
398+
<version>3.11.2</version>
394399
</plugin>
395400
</plugins>
396401
</reporting>
@@ -444,7 +449,7 @@
444449
<plugin>
445450
<groupId>org.apache.maven.plugins</groupId>
446451
<artifactId>maven-source-plugin</artifactId>
447-
<version>3.3.0</version>
452+
<version>3.3.1</version>
448453
<executions>
449454
<execution>
450455
<id>attach-sources</id>
@@ -469,7 +474,7 @@
469474
<plugin>
470475
<groupId>org.apache.maven.plugins</groupId>
471476
<artifactId>maven-gpg-plugin</artifactId>
472-
<version>3.1.0</version>
477+
<version>3.2.7</version>
473478
<executions>
474479
<execution>
475480
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)