Skip to content

Commit b0f5fde

Browse files
committed
Update maven plugins
1 parent c5f8038 commit b0f5fde

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
<properties>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<plugin.javadocs.version>3.6.3</plugin.javadocs.version>
56-
<plugin.source.version>3.3.0</plugin.source.version>
55+
<plugin.javadocs.version>3.11.2</plugin.javadocs.version>
56+
<plugin.source.version>3.3.1</plugin.source.version>
5757
<dependency.netty.version>4.1.116.Final</dependency.netty.version>
5858
</properties>
5959

@@ -85,25 +85,25 @@
8585
<dependency>
8686
<groupId>org.checkerframework</groupId>
8787
<artifactId>checker-qual</artifactId>
88-
<version>3.18.0</version>
88+
<version>3.48.3</version>
8989
<scope>provided</scope>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.junit.jupiter</groupId>
9393
<artifactId>junit-jupiter-engine</artifactId>
94-
<version>5.10.1</version>
94+
<version>5.11.4</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.hamcrest</groupId>
9999
<artifactId>hamcrest</artifactId>
100-
<version>2.2</version>
100+
<version>3.0</version>
101101
<scope>test</scope>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.mockito</groupId>
105105
<artifactId>mockito-core</artifactId>
106-
<version>3.12.4</version>
106+
<version>4.11.0</version>
107107
<scope>test</scope>
108108
</dependency>
109109
</dependencies>
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-gpg-plugin</artifactId>
199-
<version>3.1.0</version>
199+
<version>3.2.7</version>
200200
<executions>
201201
<execution>
202202
<id>sign-artifacts</id>
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.sonatype.plugins</groupId>
212212
<artifactId>nexus-staging-maven-plugin</artifactId>
213-
<version>1.6.13</version>
213+
<version>1.7.0</version>
214214
<extensions>true</extensions>
215215
<configuration>
216216
<serverId>ossrh</serverId>
@@ -263,17 +263,17 @@
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
265265
<artifactId>maven-clean-plugin</artifactId>
266-
<version>3.1.0</version>
266+
<version>3.4.0</version>
267267
</plugin>
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-resources-plugin</artifactId>
271-
<version>3.1.0</version>
271+
<version>3.3.1</version>
272272
</plugin>
273273
<plugin>
274274
<groupId>org.apache.maven.plugins</groupId>
275275
<artifactId>maven-jar-plugin</artifactId>
276-
<version>3.2.0</version>
276+
<version>3.4.2</version>
277277
<configuration>
278278
<archive>
279279
<manifestEntries>
@@ -285,7 +285,7 @@
285285
<plugin>
286286
<groupId>org.apache.maven.plugins</groupId>
287287
<artifactId>maven-compiler-plugin</artifactId>
288-
<version>3.8.1</version>
288+
<version>3.13.0</version>
289289
<configuration>
290290
<source>1.8</source>
291291
<target>1.8</target>
@@ -294,7 +294,7 @@
294294
<plugin>
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-surefire-plugin</artifactId>
297-
<version>3.0.0-M5</version>
297+
<version>3.5.2</version>
298298
</plugin>
299299
<plugin>
300300
<groupId>org.apache.maven.plugins</groupId>
@@ -307,7 +307,7 @@
307307
<plugin>
308308
<groupId>org.apache.maven.plugins</groupId>
309309
<artifactId>maven-shade-plugin</artifactId>
310-
<version>3.2.4</version>
310+
<version>3.6.0</version>
311311
<executions>
312312
<execution>
313313
<phase>package</phase>
@@ -361,7 +361,7 @@
361361
<plugin>
362362
<groupId>org.jacoco</groupId>
363363
<artifactId>jacoco-maven-plugin</artifactId>
364-
<version>0.8.4</version>
364+
<version>0.8.12</version>
365365
<executions>
366366
<execution>
367367
<goals>

0 commit comments

Comments
 (0)