Skip to content

Commit c3012ad

Browse files
committed
Update pom versions
1 parent 52766df commit c3012ad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
<properties>
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
60-
<plugin.javadocs.version>3.1.0</plugin.javadocs.version>
61-
<plugin.source.version>3.1.0</plugin.source.version>
60+
<plugin.javadocs.version>3.2.0</plugin.javadocs.version>
61+
<plugin.source.version>3.2.1</plugin.source.version>
6262
<dependency.netty.version>4.1.51.Final</dependency.netty.version>
6363
</properties>
6464

@@ -90,19 +90,19 @@
9090
<dependency>
9191
<groupId>org.checkerframework</groupId>
9292
<artifactId>checker-qual</artifactId>
93-
<version>2.5.3</version>
93+
<version>3.5.0</version>
9494
<scope>provided</scope>
9595
</dependency>
9696
<dependency>
9797
<groupId>junit</groupId>
9898
<artifactId>junit</artifactId>
99-
<version>4.12</version>
99+
<version>4.13</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mockito</groupId>
104104
<artifactId>mockito-core</artifactId>
105-
<version>2.21.0</version>
105+
<version>3.4.4</version>
106106
<scope>test</scope>
107107
</dependency>
108108
</dependencies>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-deploy-plugin</artifactId>
153-
<version>2.8.2</version>
153+
<version>3.0.0-M1</version>
154154
</plugin>
155155
</plugins>
156156
</build>
@@ -284,7 +284,7 @@
284284
<plugin>
285285
<groupId>org.apache.maven.plugins</groupId>
286286
<artifactId>maven-jar-plugin</artifactId>
287-
<version>3.1.2</version>
287+
<version>3.2.0</version>
288288
<configuration>
289289
<archive>
290290
<manifestEntries>
@@ -305,7 +305,7 @@
305305
<plugin>
306306
<groupId>org.apache.maven.plugins</groupId>
307307
<artifactId>maven-surefire-plugin</artifactId>
308-
<version>3.0.0-M3</version>
308+
<version>3.0.0-M5</version>
309309
</plugin>
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
@@ -315,7 +315,7 @@
315315
<plugin>
316316
<groupId>org.apache.maven.plugins</groupId>
317317
<artifactId>maven-shade-plugin</artifactId>
318-
<version>3.2.1</version>
318+
<version>3.2.4</version>
319319
<executions>
320320
<execution>
321321
<phase>package</phase>

0 commit comments

Comments
 (0)