Skip to content

Commit ae821d2

Browse files
committed
Update plugin and library dependencies.
1 parent f7dbd7a commit ae821d2

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

pom.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<dependencies>
7373
<dependency>
7474
<groupId>org.bouncycastle</groupId>
75-
<artifactId>bcprov-jdk15on</artifactId>
76-
<version>1.70</version>
75+
<artifactId>bcprov-jdk18on</artifactId>
76+
<version>1.71</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.testng</groupId>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-clean-plugin</artifactId>
156-
<version>3.1.0</version>
156+
<version>3.2.0</version>
157157
</plugin>
158158
<plugin>
159159
<groupId>org.apache.maven.plugins</groupId>
@@ -168,12 +168,12 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-site-plugin</artifactId>
171-
<version>3.10.0</version>
171+
<version>3.11.0</version>
172172
</plugin>
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-compiler-plugin</artifactId>
176-
<version>3.9.0</version>
176+
<version>3.10.1</version>
177177
<configuration>
178178
<fork>true</fork>
179179
<debug>true</debug>
@@ -192,7 +192,8 @@
192192
<dependency>
193193
<groupId>com.puppycrawl.tools</groupId>
194194
<artifactId>checkstyle</artifactId>
195-
<version>9.2.1</version>
195+
<!-- version 10 requires >= java 11 -->
196+
<version>9.3</version>
196197
</dependency>
197198
</dependencies>
198199
<configuration>
@@ -231,7 +232,7 @@
231232
<plugin>
232233
<groupId>com.github.siom79.japicmp</groupId>
233234
<artifactId>japicmp-maven-plugin</artifactId>
234-
<version>0.15.4</version>
235+
<version>0.15.7</version>
235236
<configuration>
236237
<oldVersion>
237238
<dependency>
@@ -267,8 +268,9 @@
267268
<plugin>
268269
<groupId>org.apache.maven.plugins</groupId>
269270
<artifactId>maven-javadoc-plugin</artifactId>
270-
<version>3.3.1</version>
271+
<version>3.3.2</version>
271272
<configuration>
273+
<source>8</source>
272274
<links>
273275
<link>http://download.oracle.com/javase/8/docs/api</link>
274276
</links>

0 commit comments

Comments
 (0)